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 2009/12/02 01:18:12 UTC

DO NOT REPLY [Bug 47500] request.getParameter lead to servlet can't receive READ event in CometProcessor class

https://issues.apache.org/bugzilla/show_bug.cgi?id=47500

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #2 from Mark Thomas <ma...@apache.org> 2009-12-01 16:18:07 GMT ---
That is as expected.

HttpServletRequest.getParameter() will drain the input stream reading the data
from the form so there is nothing left to generate a read() event.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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