Author: kkolinko
Date: Tue Jun 4 21:15:12 2013
New Revision: 1489610
URL: http://svn.apache.org/r1489610
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
Follow-up to r1489444:
Update description of UserDataHelper uses in documentation.
Corrected a typo s/to/too/.
Modified:
tomcat/trunk/webapps/docs/config/systemprops.xml
Modified: tomcat/trunk/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=1489610&r1=1489609&r2=1489610&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/trunk/webapps/docs/config/systemprops.xml Tue Jun 4 21:15:12 2013
@@ -484,7 +484,7 @@
<property name="org.apache.juli. AsyncLoggerPollInterval">
<p>The poll interval in milliseconds for the asynchronous logger thread
in milliseconds.
If the log queue is empty, the async thread will issue a poll(poll
interval)
- in order to not wake up to often.</p>
+ in order to not wake up too often.</p>
<p>The default value is <code>1000</code> milliseconds.</p>
</property>
@@ -500,7 +500,10 @@
<p>The errors currently logged using this system are:
<ul>
<li>invalid cookies;</li>
- <li>invalid parameters.</li>
+ <li>invalid parameters;</li>
+ <li>too many headers, too many parameters (hitting
+ <code>maxHeaderCount</code> or <code>maxParameterCount</code> limits
+ of a <a href="http.html">connector</a>).</li>
</ul>
Other errors triggered by invalid input data may be added to this
system in later versions.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]