This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 4f1dc5a Increment version to 9.0.43 for next development cycle new 4b3d6bd Ensure the hostName field of SSLHostConfig is always lower case. new bedc995 Ensure the extracted SNI host name is always lower case new 4e83411 Ensure the name of the default SSLHostConfig is always lower case new 86a6a14 Ensure SSLHostConfig lookups for SNI from OpenSSL are case insensitive new 48f2d41 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 | 8 +++++ webapps/docs/config/http.xml | 6 ++-- 7 files changed, 66 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org