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

Konstantin Kolinko <knst.koli...@gmail.com> changed:

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

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-07-27 
06:29:06 UTC ---
There is no mistake here.

You cannot call getInputStream() if you have already called getReader()
earlier, and vice versa. 

Thus the message used by getInputStream() method says about getReader, and the
one used by getReader() says about getInputStream.

See org/apache/catalina/connector/Request.java

-- 
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to