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
commit 0b1f2d2d114d2938b94ce19a587f78dacf429fa9 Author: Mark Thomas <[email protected]> AuthorDate: Tue Jan 6 08:45:49 2026 +0000 Better wording --- webapps/docs/config/http.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index d1b17d48ba..c7e9c63b8a 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -1153,17 +1153,17 @@ attributes to the values <code>https</code> and <code>true</code> respectively, to pass correct information to the servlets.</p> - <p>The NIO connector uses 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 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> <ul> <li>trust attributes</li> <li>all other attributes</li> </ul> - <p>The implementation used (JSSE or the OpenSSL) is independent of the + <p>The implementation used (JSSE or OpenSSL) is independent of the configuration style used.</p> <p>Each secure connector must define at least one --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
