This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 8ae8626 Fix typo new f3faa70 Ensure the hostName field of SSLHostConfig is always lower case. new 1b08a3d Ensure the extracted SNI host name is always lower case new 14edcf8 Ensure the name of the default SSLHostConfig is always lower case new 4a51d63 Ensure SSLHostConfig lookups for SNI from OpenSSL are case insensitive new bbed3ec Make the calls to remove/reload the SSLHostConfig case insensitive The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/catalina/manager/ManagerServlet.java | 2 ++ java/org/apache/tomcat/jni/SSLContext.java | 8 +++-- .../apache/tomcat/util/net/AbstractEndpoint.java | 37 ++++++++++++++++++---- java/org/apache/tomcat/util/net/SSLHostConfig.java | 10 +++++- .../tomcat/util/net/TLSClientHelloExtractor.java | 7 +++- webapps/docs/changelog.xml | 10 ++++++ webapps/docs/config/http.xml | 6 ++-- 7 files changed, 68 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org