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: [email protected]
For additional commands, e-mail: [email protected]