[EMAIL PROTECTED] wrote:
Fix wrong default in doc.Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=689758&r1=689757&r2=689758&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Thu Aug 28 01:23:27 2008 @@ -312,7 +312,7 @@ <attribute name="maxHttpHeaderSize" required="false"> <p>The maximum size of the request and response HTTP header, specified in bytes. - If not specified, this attribute is set to 4096 (4 KB).</p> + If not specified, this attribute is set to 8192 (8 KB).</p> </attribute>
Isn't that (8K) limit for *all* headers? Reading docs one might presume it's for an single header. Regards -- ^(TM) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
