Author: markt
Date: Tue Nov 1 21:50:53 2011
New Revision: 1196304
URL: http://svn.apache.org/viewvc?rev=1196304&view=rev
Log:
Clarify behaviour if limit is reached
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1196304&r1=1196303&r2=1196304&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Tue Nov 1 21:50:53 2011
@@ -96,9 +96,10 @@
</attribute>
<attribute name="maxParameterCount" required="false">
- <p>The maximum number of parameters (GET plus POST) which will be
- automatically parsed by the container. A value of less than 0 means no
- limit. If not specified, a default of 10000 is used.</p>
+ <p>The maximum number of parameter and value pairs (GET plus POST) which
+ will be automatically parsed by the container. Parameter and value pairs
+ beyond this limit will be ignored. A value of less than 0 means no limit.
+ If not specified, a default of 10000 is used.</p>
</attribute>
<attribute name="maxPostSize" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]