You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by 力澜 谷 <gl...@yahoo.cn> on 2011/07/26 17:31:32 UTC

there is mistake in the LocalString file

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?