This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new fbf78a8a75 Improve wording
fbf78a8a75 is described below

commit fbf78a8a75d3648f322c315801568930c923bfa5
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 6 10:08:49 2026 +0000

    Improve wording
---
 webapps/docs/config/http.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index eba04b451c..7cbc094934 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1155,10 +1155,11 @@
 
   <p>The NIO connector 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. 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>
+  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]

Reply via email to