You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2008/08/28 10:23:28 UTC

svn commit: r689758 - /tomcat/trunk/webapps/docs/config/http.xml

Author: jfclere
Date: Thu Aug 28 01:23:27 2008
New Revision: 689758

URL: http://svn.apache.org/viewvc?rev=689758&view=rev
Log:
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>
 
     <attribute name="maxKeepAliveRequests" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r689758 - /tomcat/trunk/webapps/docs/config/http.xml

Posted by jean-frederic clere <jf...@gmail.com>.
Mladen Turk wrote:
> jfclere@apache.org 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.

Right headers and query string in fact.

Cheers

Jean-Frederic

> 
> 
> Regards


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r689758 - /tomcat/trunk/webapps/docs/config/http.xml

Posted by Mladen Turk <mt...@apache.org>.
jfclere@apache.org 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org