You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/12/27 01:18:33 UTC

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

Author: markt
Date: Fri Dec 27 00:18:32 2013
New Revision: 1553608

URL: http://svn.apache.org/r1553608
Log:
Clarify based on feedback on users@ list

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=1553608&r1=1553607&r2=1553608&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Fri Dec 27 00:18:32 2013
@@ -350,7 +350,8 @@
       presented. Use a value of -1 to indicate no (i.e. infinite) timeout.
       The default value is 60000 (i.e. 60 seconds) but note that the standard
       server.xml that ships with Tomcat sets this to 20000 (i.e. 20 seconds).
-      </p>
+      Unless <strong>disableUploadTimeout</strong> is set to <code>false</code>,
+      this timeout will also be used when reading the request body (if any).</p>
     </attribute>
 
     <attribute name="connectionUploadTimeout" required="false">



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