Author: markt Date: Fri Sep 2 09:40:15 2011 New Revision: 1164441 URL: http://svn.apache.org/viewvc?rev=1164441&view=rev Log: Correct connectionLinger documentation
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Fri Sep 2 09:40:15 2011 @@ -1 +1 @@ -/tomcat/trunk:1156171,1156276,1156304,1156530,1156602,1157015,1157018,1157151,1157198,1157204,1157810,1157832,1157834,1157847,1157908,1157939,1158155,1158160,1158176,1158195,1158198-1158199,1158227,1158331,1158334-1158335,1160347,1160592,1160611,1160619,1160626,1160639,1160652,1160720-1160721,1160772,1160774,1160776,1161303,1161310,1161322,1161339,1161486,1161540,1161549,1161584,1162082,1162149,1162169,1162721,1162769,1162836,1162932,1163630,1164419 +/tomcat/trunk:1156171,1156276,1156304,1156530,1156602,1157015,1157018,1157151,1157198,1157204,1157810,1157832,1157834,1157847,1157908,1157939,1158155,1158160,1158176,1158195,1158198-1158199,1158227,1158331,1158334-1158335,1160347,1160592,1160611,1160619,1160626,1160639,1160652,1160720-1160721,1160772,1160774,1160776,1161303,1161310,1161322,1161339,1161486,1161540,1161549,1161584,1162082,1162149,1162169,1162721,1162769,1162836,1162932,1163630,1164419,1164438 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1164441&r1=1164440&r2=1164441&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Sep 2 09:40:15 2011 @@ -73,6 +73,14 @@ connector. (markt)</code> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <fix> + Correct the documentation for connectionLinger for the AJP and HTTP + connectors. (markt) + </fix> + </changelog> + </subsection> <subsection name="Other"> <changelog> <fix> Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml?rev=1164441&r1=1164440&r2=1164441&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml Fri Sep 2 09:40:15 2011 @@ -292,9 +292,9 @@ </attribute> <attribute name="connectionLinger" required="false"> - <p>The number of milliseconds during which the sockets used by this + <p>The number of seconds during which the sockets used by this <strong>Connector</strong> will linger when they are closed. - The default value <code>-1</code> which disables this option.</p> + If not specified, the JVM default will be used.</p> </attribute> <attribute name="connectionTimeout" required="false"> Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml?rev=1164441&r1=1164440&r2=1164441&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Fri Sep 2 09:40:15 2011 @@ -309,9 +309,9 @@ </attribute> <attribute name="connectionLinger" required="false"> - <p>The number of milliseconds during which the sockets used by this + <p>The number of seconds during which the sockets used by this <strong>Connector</strong> will linger when they are closed. - The default value <code>-1</code> which disables this option.</p> + If not specified, the JVM default will be used.</p> </attribute> <attribute name="connectionTimeout" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org