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 2004/10/04 11:44:29 UTC

DO NOT REPLY [Bug 31523] - Request parameters are not always passed to HttpServlet.service

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=31523

Request parameters are not always passed to HttpServlet.service

remm@apache.org changed:

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



------- Additional Comments From remm@apache.org  2004-10-04 09:44 -------
I never got the problem, so I recommend you look into this more.
We got a few similar reports like this, but I think every time it ended up being
a user error.

If you look into the code, and when parameter parsing is done (it is really very
simple), you will find your assertion "When iterating over the request
parameters (POST) immediately after entering the
HttpServlet.service(HttpServletRequest, HttpServletResponse) method the
parameters are not always set" doesn't make any sense, and the most likely
reason of the parameters not being there is because they haven't been sent properly.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org