Hi,

I use tomcat-3.2.1 under Linux and found probably a bug. When the
request is longer then 2048 bytes tomcat produces an
ArroyIndexOutOfBoundExceptions in HttpRequestAdapter.parseHeaderFiled.
After I changed bufSize = 2048 to 10240 the error does not appear (my
request is shorter).
I tried to fix the problem in  HttpRequestAdapter.readHeader where the
"buf" array should be reallocated, but I found no working solution.

Do you have any better ideas?


-- 
Zsolt Koppany
Intland GmbH www.intland.com
Schulze-Delitzsch-Strasse 16
D-70565 Stuttgart
Tel: +49-711-7871080 Fax: +49-711-7871017

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to