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 2011/07/27 08:29:06 UTC

DO NOT REPLY [Bug 51562] two key's value is mistake in "org/apache/catalina/connector/LocalStrings.properties"

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

Konstantin Kolinko <kn...@gmail.com> changed:

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

--- Comment #1 from Konstantin Kolinko <kn...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org