[ANN] Apache Tomcat 11.0.15 Available
Mark Thomas <[email protected]>
| Newsgroups | gmane.comp.jakarta.tomcat.user,gmane.comp.apache.superset.devel,gmane.comp.apache.maven.announce |
|---|---|
| Message-ID | <e4b41fe0-a9e1-4542-9e15-044a0b9deb82__13931.6117785469$1765186171$gmane$org@apache.org> |
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.15. Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations specifications. The notable changes compared to 11.0.14 include: - Add strictSNI attribute on the Connector to allow matching the SSLHostConfig configuration associated with the SNI host name to the SSLHostConfig configuration matched from the HTTP protocol host name. Non matching configurations will cause the request to be rejected. The attribute default value is true, enabling the matching. - Correct a regression introduced in 11.0.11 that broke some clustering configurations. - Update Commons Daemon to 1.5.0. Please refer to the change log for the complete list of changes: http://tomcat.apache.org/tomcat-11.0-doc/changelog.html Downloads: http://tomcat.apache.org/download-11.cgi Migration guides from Apache Tomcat 9.0.x and 10.1.x: http://tomcat.apache.org/migration.html Enjoy! - The Apache Tomcat team