Re: request.getparamter doesn't return anything without an '='(equals) in the query string

2001-05-10 Thread Craig R. McClanahan
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

request.getparamter doesn't return anything without an '=' (equals) in the query string

2001-05-10 Thread Ray Pitmon
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.