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

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


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

commit 48c8afda8b4dc34495e0d5396861012aaf7afc80
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 5065b27b8b..8555c7939d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -156,7 +156,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