This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 3b33df1923 Improve wording
3b33df1923 is described below
commit 3b33df1923ca93bf58e8a13e04b1f26a03f4220f
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 6 10:09:11 2026 +0000
Improve wording
---
webapps/docs/config/http.xml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index b688be5773..5b5e904db3 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1265,12 +1265,13 @@
attributes to the values <code>https</code> and <code>true</code>
respectively, to pass correct information to the servlets.</p>
- <p>The NIO and NIO2 connectors use either the JSSE Java SSL implementation or
- an OpenSSL implementation. As far as possible, common configuration
attributes
- are used for both JSSE and OpenSSL. You must use a consistent configuration
- style (JSSE specific attributes or OpenSSL specfic attributes) for each of
the
- following groups of configuration attributes but you may use a different
- configuration style for each group:</p>
+ <p>The NIO and NIO2 connectors may be configured to use either a JSSE Java
SSL
+ implementation or an OpenSSL implementation. As far as possible, common
+ configuration attributes are used for both JSSE and OpenSSL. For each
+ Connector, you must use a consistent configuration style (JSSE specific
+ attributes or OpenSSL specfic attributes) for each of the following groups of
+ configuration attributes but you may use a different configuration style for
+ each group:</p>
<ul>
<li>trust attributes</li>
<li>all other attributes</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]