> From: Gustaf Cele [mailto:gustaf.c...@webstep.se]
> Subject: TC6 gives ArrayIndexOutOfBoundsException when
> writing large headers
>
> ALLVARLIG: An exception or error occurred in the container
> during the request processing
> java.lang.ArrayIndexOutOfBoundsException: 8192

You need to enlarge the maxHttpHeaderSize attribute of the <Connector> 
element(s) you're using.

The doc here:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

says the default is 4096, but it's actually 8192 in the code.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to