Ronald Klop wrote:
I see similar errors. If it is the same there should be a fix in Tomcat
7.0.4 and 6.0.30 (not released yet)
Something like this?
https://issues.apache.org/bugzilla/show_bug.cgi?id=50072
Or look for an earlier thread on this list, started on 13.12.2010, subject :
Is there an upload limit of around 8000 bytes in tomcat 6?
That matches what Christopher just mentioned.
I believe that in the default configuration, Tomcat expects to read the request line *and
all the headers* in the first read of maximum 8000 bytes.
The cookies are part of the headers.
Increase the maxHttpHeaderSize attribute to cover the headers of the largest likely
request and see what happens ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org