The Apache Tomcat team announces the immediate availability of Apache
Tomcat 11.0.26.
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.25 include:
- Update Tomcat Native to 2.0.16 (built with OpenSSL 3.5.8 for Windows)
and make 2.0.16 the minimum required version.
- Various improvements to the RewriteValve
- Various TLS improvements including more robust OCSP and ALPN handling
- Ensure that WebSocket write timeouts apply to the complete message and
are not lost if two writes have the same timeout.
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