Author: jfclere Date: Thu Aug 28 00:05:14 2008 New Revision: 689740 URL: http://svn.apache.org/viewvc?rev=689740&view=rev Log: Fix wrong default in doc.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=689740&r1=689739&r2=689740&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Thu Aug 28 00:05:14 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> <attribute name="maxKeepAliveRequests" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]