Re: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread David Brown
Reynir Hübner writes: Hi, When using version tc. 4.1.14 this exception sometimes occures : java.lang.ArrayIndexOutOfBoundsException at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:615) at

Re: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Remy Maucherat
Reynir Hübner wrote: Hi, When using version tc. 4.1.14 this exception sometimes occures : java.lang.ArrayIndexOutOfBoundsException at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:615) at

RE: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Reynir Hübner
Thanx remy! -reynir -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 27. nóvember 2002 13:11 To: Tomcat Users List Subject: Re: Coyote:: ArrayIndexOutOfBoundsException Reynir Hübner wrote: Hi, When using version tc. 4.1.14 this exception

RE: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Shapira, Yoav
Hi, java.lang.ArrayIndexOutOfBoundsException at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffe r.ja snip The exception can be ignored (it might happen only in the case of a client disconnect, so at this point, what happens doesn't really matter anymore; this

RE: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Neil Milne
You can see the fix in CVS - it was just a case of moving a few lines of code within the commit() method. Thanks to Remy for that! Neil. -- Neil MilneHippo IT Consultants Ltd -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]