This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 6a5bce0 Increment version to 10.0.2 for next development cycle new c56c139 Ensure the hostName field of SSLHostConfig is always lower case. new 547a8d6 Ensure the extracted SNI host name is always lower case new e041171 Ensure the name of the default SSLHostConfig is always lower case new bc0376b Ensure SSLHostConfig lookups for SNI from OpenSSL are case insensitive new 35addca 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