https://issues.apache.org/bugzilla/show_bug.cgi?id=48105
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO --- Comment #5 from Konstantin Kolinko <knst.koli...@gmail.com> 2009-11-03 23:55:26 UTC --- > Can it be that the effect has something to do with mod_jk? Do not know. At least, I know that the following exists in the code: in o.a.catalina.connector.Response#setConnector() of tc5.5.z: 133: if ("AJP/1.3".equals(connector.getProtocol())) { 134: // default size to size of one ajp-packet 135: // Reduce HSIZE and Command = 6 Bytes 136: outputBuffer = new OutputBuffer(8184); 137: } else { 138: outputBuffer = new OutputBuffer(); 139: } The default limit on size of OutputBuffer is 8*1024 = 8192 bytes. With AJP it is 8184 bytes. Still, I would like to see a stacktrace from a more recent version of Tomcat 5.5 or 6.0. Knowing the size of that c967fee0-46be-11de-27ff-001e0b6f107a_100.png or other files that fail might also be a hint. -- 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org