users@websocket-spec.java.net

[jsr356-users] [jsr356-experts] Re: Valid ServerEndpoint.value() path specs?

From: Mark Thomas <mark_at_homeinbox.net>
Date: Fri, 19 Apr 2013 23:10:43 +0100

On 11/04/2013 02:27, Mark Thomas wrote:
> On 10/04/2013 00:48, Joakim Erdfelt wrote:
>
>> These forms bring up a few questions.
> My $0.02
>
>> Should we prevent path navigation segments? ("/../", "/./", and "//")
> Yes

Based on my previous message I think I have changed my mind for //.
However, that creates various problems for implementations. A simpler
option might be to say that variables are always required and must have
length > 0. That would remove a number of edge cases. Is that reasonable?

Mark


>> Should we prevent duplicate variables names in the path spec?
> Yes
>
>> Should we treat all variables in a case insensitive way when checking
>> for duplicates?
> No.
>
> Mark