Author: remm
Date: Wed Dec 10 19:25:47 2025
New Revision: 1930437

Log:
Fix strictSni attribute name

Modified:
   tomcat/site/trunk/docs/index.html
   tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/docs/index.html
==============================================================================
--- tomcat/site/trunk/docs/index.html   Wed Dec 10 18:34:38 2025        
(r1930436)
+++ tomcat/site/trunk/docs/index.html   Wed Dec 10 19:25:47 2025        
(r1930437)
@@ -16,6 +16,7 @@ specifications. These specifications are
 and later implement specifications developed as part of Jakarta EE. Tomcat 9 
and
 earlier implement specifications developed as part of Java EE.
 </p>
+
 <p>The Apache Tomcat software is developed in an open and participatory
 environment and released under the
 <a href="http://www.apache.org/licenses/";>Apache License version 2</a>. The
@@ -45,7 +46,7 @@ migration tool for Jakarta EE tool</a> w
 <a href="https://tomcat.apache.org/download-migration.cgi";>download</a> for 
off-line use.</p>
 <p>The notable changes in this release are:</p>
 <ul>
-  <li>Add strictSNI attribute on the Connector to allow matching the
+  <li>Add strictSni attribute on the Connector to allow matching the
       SSLHostConfig configuration associated with the SNI host name to the
       SSLHostConfig configuration matched from the HTTP protocol host name.
       Non matching configurations will cause the request to be rejected. The
@@ -85,7 +86,7 @@ to Tomcat 10 and later. A
 tool</a> is available to aid this process.</p>
 <p>The notable changes in this release are:</p>
 <ul>
-  <li>Add strictSNI attribute on the Connector to allow matching the
+  <li>Add strictSni attribute on the Connector to allow matching the
   SSLHostConfig configuration associated with the SNI host name to the
   SSLHostConfig configuration matched from the HTTP protocol host name.
   Non-matching configurations will cause the request to be rejected. The
@@ -109,7 +110,7 @@ The Apache Tomcat Project is proud to an
 of Apache Tomcat. This release implements specifications that are part of the
 Java EE 8 platform. The notable changes compared to 9.0.112 include:</p>
 <ul>
-<li>Add strictSNI attribute on the Connector to allow matching the
+<li>Add strictSni attribute on the Connector to allow matching the
     SSLHostConfig configuration associated with the SNI host name to the
     SSLHostConfig configuration matched from the HTTP protocol host name.
     Non matching configurations will cause the request to be rejected. The
@@ -239,4 +240,4 @@ version in your project's plugin configu
     Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo
     are either registered trademarks or trademarks of the Apache Software
     Foundation.
-  </footer></div><script src="res/js/tomcat.js"></script></body></html>
+  </footer></div><script src="res/js/tomcat.js"></script></body></html>
\ No newline at end of file

Modified: tomcat/site/trunk/xdocs/index.xml
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml   Wed Dec 10 18:34:38 2025        
(r1930436)
+++ tomcat/site/trunk/xdocs/index.xml   Wed Dec 10 19:25:47 2025        
(r1930437)
@@ -63,7 +63,7 @@ migration tool for Jakarta EE tool</a> w
 <a href="download-migration.cgi">download</a> for off-line use.</p>
 <p>The notable changes in this release are:</p>
 <ul>
-  <li>Add strictSNI attribute on the Connector to allow matching the
+  <li>Add strictSni attribute on the Connector to allow matching the
       SSLHostConfig configuration associated with the SNI host name to the
       SSLHostConfig configuration matched from the HTTP protocol host name.
       Non matching configurations will cause the request to be rejected. The
@@ -105,7 +105,7 @@ to Tomcat 10 and later. A
 tool</a> is available to aid this process.</p>
 <p>The notable changes in this release are:</p>
 <ul>
-  <li>Add strictSNI attribute on the Connector to allow matching the
+  <li>Add strictSni attribute on the Connector to allow matching the
   SSLHostConfig configuration associated with the SNI host name to the
   SSLHostConfig configuration matched from the HTTP protocol host name.
   Non-matching configurations will cause the request to be rejected. The
@@ -131,7 +131,7 @@ The Apache Tomcat Project is proud to an
 of Apache Tomcat. This release implements specifications that are part of the
 Java EE 8 platform. The notable changes compared to 9.0.112 include:</p>
 <ul>
-<li>Add strictSNI attribute on the Connector to allow matching the
+<li>Add strictSni attribute on the Connector to allow matching the
     SSLHostConfig configuration associated with the SNI host name to the
     SSLHostConfig configuration matched from the HTTP protocol host name.
     Non matching configurations will cause the request to be rejected. The


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to