This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 3e2142e0b7 Improve the docs for bindOnInit
3e2142e0b7 is described below
commit 3e2142e0b79ebc1108c51c07576c8b1aee9b5a24
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 18 15:49:55 2022 +0000
Improve the docs for bindOnInit
---
webapps/docs/config/ajp.xml | 9 +++++----
webapps/docs/config/http.xml | 9 +++++----
webapps/docs/config/service.xml | 6 +++---
3 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index 12424c548a..6af5c81fad 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -371,10 +371,11 @@
</attribute>
<attribute name="bindOnInit" required="false">
- <p>Controls when the socket used by the connector is bound. By default it
- is bound when the connector is initiated and unbound when the connector
is
- destroyed. If set to <code>false</code>, the socket will be bound when
the
- connector is started and unbound when it is stopped.</p>
+ <p>Controls when the socket used by the connector is bound. If set to
+ <code>true</code> it is bound when the connector is initiated and unbound
+ when the connector is destroyed. If set to <code>false</code>, the socket
+ will be bound when the connector is started and unbound when it is
+ stopped. If not specified, the default is <code>true</code>.</p>
</attribute>
<attribute name="clientCertProvider" required="false">
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index ac528d896d..93dc3db61c 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -352,10 +352,11 @@
</attribute>
<attribute name="bindOnInit" required="false">
- <p>Controls when the socket used by the connector is bound. By default it
- is bound when the connector is initiated and unbound when the connector
is
- destroyed. If set to <code>false</code>, the socket will be bound when
the
- connector is started and unbound when it is stopped.</p>
+ <p>Controls when the socket used by the connector is bound. If set to
+ <code>true</code> it is bound when the connector is initiated and unbound
+ when the connector is destroyed. If set to <code>false</code>, the socket
+ will be bound when the connector is started and unbound when it is
+ stopped. If not specified, the default is <code>true</code>.</p>
</attribute>
<attribute name="clientCertProvider" required="false">
diff --git a/webapps/docs/config/service.xml b/webapps/docs/config/service.xml
index 5fd0acda8c..bcca17f1a8 100644
--- a/webapps/docs/config/service.xml
+++ b/webapps/docs/config/service.xml
@@ -85,9 +85,9 @@
<p>The time to wait, in milliseconds, when stopping the Service for the
client connections to finish processing and close before the Service's
container hierarchy is stopped. The wait only applies to Connectors
- configured with a <code>bindOnInit</code> value of <code>false</code>.
- Any value of zero or less means there will be no wait. If not specified,
- the default value of zero will be used.</p>
+ configured with a <code>bindOnInit</code> value of <code>false</code>
+ which is not the default. Any value of zero or less means there will be
no
+ wait. If not specified, the default value of zero will be used.</p>
</attribute>
</attributes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]