Coyote ArrayIndexOutOfBounds exception

2002-10-09 Thread Shapira, Yoav
Hi, I moved an existing app from Tomcat 4.0.4 to 4.1.12-LE yesterday, and started getting these errors sometimes. I'm not sure why they happen, and I haven't been able to reproduce them on demand. Obviously, 4.1.x uses Coyote as the default http connector, whereas 4.0.4 was using the older http

Re: Coyote ArrayIndexOutOfBounds exception

2002-10-09 Thread Remy Maucherat
Shapira, Yoav wrote: Hi, I moved an existing app from Tomcat 4.0.4 to 4.1.12-LE yesterday, and started getting these errors sometimes. I'm not sure why they happen, and I haven't been able to reproduce them on demand. Obviously, 4.1.x uses Coyote as the default http connector, whereas

RE: Coyote ArrayIndexOutOfBounds exception

2002-10-09 Thread Shapira, Yoav
Hi, Thanks for the quick response. java.lang.ArrayIndexOutOfBoundsException: 32000 at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer .java:615) Well, the max size of the HTTP header on output is about 32 kbytes. As always, the HTTP spec doesn't set any limits,

Re: Coyote ArrayIndexOutOfBounds exception

2002-10-09 Thread Remy Maucherat
Shapira, Yoav wrote: Hi, Thanks for the quick response. java.lang.ArrayIndexOutOfBoundsException: 32000 at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer .java:615) Well, the max size of the HTTP header on output is about 32 kbytes. As always, the HTTP