On 24 Jun 2007, at 07:31, Martin Pike wrote:
RFC 3986 defines '&' and '+' in the same production, as reserved/ sub-delimiters. I cannot find any reference to what should be used as a parameter delimiter, although, of course, I recognise that '&' is the most frequently used.
I've seen someone (I think it was some IBM product) using ? as the delimiter, I can understand the beauty of it, each new parameter is just to add ?whatever to the URI, but is this sane?
Example with a mix of boolean options and key-values: http://example.com/document?fish=1337?soup?version -- Stian Soiland, myGrid team School of Computer Science The University of Manchester http://www.cs.man.ac.uk/~ssoiland/

