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

Konstantin Kolinko <[email protected]> changed:

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

--- Comment #1 from Konstantin Kolinko <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to