It's my belief that iPlanet is not parsing this correctly.
The specification does not give details on the expected syntax, but it is
interesting to note that the HttpUtils.parseQueryString() method requires
name=value pairs in order to parse request parameters. The same format is
used to parse d
Hi,
*I first posted this to users, but was suggested that I post it to dev*.
I apologize if this has been talked about before. (I was surprised I couldn't
find anything in the archives.)
When browsing a URL with a query string, Tomcat doesn't seem to recognize it
unless there's an '=' in it.