This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new d4ae4debf1 Fix strictSni attribute name
d4ae4debf1 is described below
commit d4ae4debf16ed4720ff16453e72ed5bcf99b5baa
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 10798b37d2..37f2733bac 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]