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

remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new c0dff4923e Fix strictSni attribute name
c0dff4923e is described below

commit c0dff4923ef9db56580423f5feac96bf600358db
Author: remm <[email protected]>
AuthorDate: Wed Dec 10 20:21:15 2025 +0100

    Fix strictSni attribute name
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 551fbcd94f..be0793755d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -163,7 +163,7 @@
         HTTP/0.9 only allows GET as the HTTP method. (remm)
       </fix>
       <add>
-        Add <code>strictSNI</code> attribute on the <code>Connector</code> to
+        Add <code>strictSni</code> attribute on the <code>Connector</code> to
         allow matching the <code>SSLHostConfig</code> configuration associated
         with the SNI host name to the <code>SSLHostConfig</code> configuration
         matched from the HTTP protocol host name. Non matching configurations


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

Reply via email to