hi all: my configure: tomcat 7.0.12/19 windows xp sp3
in the file "org/apache/catalina/connectorLocalStrings.properties" line 54&55 coyoteRequest.getInputStream.ise=getReader() has already been called for this request coyoteRequest.getReader.ise=getInputStream() has already been called for this request i think that should be: coyoteRequest.getInputStream.ise=getInputStream() has already been called for this request coyoteRequest.getReader.ise=getReader() has already been called for this request it's OK?