markt 2004/01/21 15:59:50
Modified: catalina/src/conf server.xml
resources/confinstall server_2.xml
Log:
- Fix bug 11042. Comment in server.xml now shows that connectionTimeout should be
set to 0 rather than -1 to disable timeout.
- Reported by Timofei Bolshakov.
Revision Changes Path
1.72 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml
Index: server.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- server.xml 7 Oct 2003 13:25:17 -0000 1.71
+++ server.xml 21 Jan 2004 23:59:49 -0000 1.72
@@ -95,7 +95,7 @@
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
<!-- Note : To disable connection timeouts, set connectionTimeout value
- to -1 -->
+ to 0 -->
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<!--
1.7 +1 -1 jakarta-tomcat-4.0/resources/confinstall/server_2.xml
Index: server_2.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/resources/confinstall/server_2.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- server_2.xml 9 Dec 2002 13:22:55 -0000 1.6
+++ server_2.xml 21 Jan 2004 23:59:50 -0000 1.7
@@ -3,7 +3,7 @@
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
<!-- Note : To disable connection timeouts, set connectionTimeout value
- to -1 -->
+ to 0 -->
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]