https://issues.apache.org/bugzilla/show_bug.cgi?id=48105
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID Severity|critical |normal --- Comment #2 from Konstantin Kolinko <[email protected]> 2009-11-02 17:06:06 UTC --- (In reply to comment #0) > java.lang.ArrayIndexOutOfBoundsException > at java.lang.System.arraycopy(Native Method) > at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:346) > at > org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381) > at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370) > at > org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89) > What Tomcat version are you using? The line numbers in your stack trace do not match Tomcat 5.5.28 sources. I think that TC version that you are using is 5.5.20 or earlier. There were a lot of changes since then. -- 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]
