Author: kkolinko
Date: Tue Jun  4 21:20:23 2013
New Revision: 1489613

URL: http://svn.apache.org/r1489613
Log:
Merged r1489610 from tomcat/trunk:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
Follow-up to r1489444:
Update description of UserDataHelper uses in documentation.
Correct a typo s/to/too/.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/config/systemprops.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1489610

Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/systemprops.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/systemprops.xml?rev=1489613&r1=1489612&r2=1489613&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/systemprops.xml Tue Jun  4 
21:20:23 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to