This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new a1309cfeaa Update http.xml
a1309cfeaa is described below
commit a1309cfeaacdf3e3ce88b801d6815a3644c862f7
Author: Spence Kiddle <[email protected]>
AuthorDate: Fri Oct 18 15:24:24 2024 -0700
Update http.xml
Added default value for connectionUploadTimeout in the event that a value
is not provided and disableUploadTimeout is set to false.
---
webapps/docs/config/http.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index d9fc77058f..c20646d2ff 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -436,7 +436,8 @@
<attribute name="connectionUploadTimeout" required="false">
<p>Specifies the timeout, in milliseconds, to use while a data upload is
- in progress. This only takes effect if
+ in progress. If not specified the default
+ value is 300000 (i.e. 300 seconds). This only takes effect if
<strong>disableUploadTimeout</strong> is set to <code>false</code>.
</p>
</attribute>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]