You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/12/01 08:31:17 UTC

DO NOT REPLY [Bug 4966] - request.getParameter(String) SOMETIMES fail to parse the querystring

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4966>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4966

request.getParameter(String) SOMETIMES fail to parse the querystring

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From remm@apache.org  2001-11-30 23:31 -------
I created a simple servlet accessing the request parameters, with debug code 
like:
String foo = req.getParameter("foo");
if (foo == null) {
   System.out.println("No foo in URL:" + req.getRequestURL());
}

I then used ab to hammer the servlet (called S3, and added to the examples 
webapp) on:
http://127.0.0.1:8080/examples/servlet/S3?dfsds=dasdfas&foo=bar&fsdiuwe=qfebwejh

With concurrency set to 50 and 5000 requests, I didn't get a single failure.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>