RE: Query parameter separator value
Jacek Kopecky <[email protected]>
| Newsgroups | gmane.comp.web.services.description |
|---|---|
| Message-ID | <1172258907.28278.99.camel@localhost> |
May I suggest that the two commonly used delimitors, i.e. '&' and ';',
be put forward in the lists?
On Fri, 2007-02-23 at 08:31 -0800, Jonathan Marsh wrote:
> So the final list would be
>
> ALPHA / DIGIT / "-" / "." / "_" / "~" / "!" / "$" / "&" / "'" /
> "(" / ")" / ":" / "@" / "/" / "?" / "*" / "+" / "," / ";"
>
> Here's my attempt at a schema pattern for that:
>
> [a-zA-Z0-9\-\._~!$&'\(\):@/\?\*\+,;]{1,1}
>
> Untested!
"&" / ";" / ALPHA / DIGIT / ...
[&;a-zA-Z...
Just to make it easy for the users with the common case to be satisfied
by the spec. 8-)
Jacek