You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Mark Thomas <ma...@apache.org> on 2022/10/07 09:50:57 UTC

[ANN] Apache Tomcat 9.0.68 available

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.68.

Apache Tomcat 9 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.

Apache Tomcat 9.0.68 is a bugfix and feature release. The notable
changes compared to 9.0.67 include:

- Fix bug 66277, a refactoring regression that broke JSP includes
   amongst other functionality

- Fix unexpected timeouts that may appear as client disconnections when
   using HTTP/2 and NIO2

- Enforce the requirement of RFC 7230 onwards that a request with a
   malformed content-length header should always be rejected with a 400
   response.

Along with lots of other bug fixes and improvements.

Please refer to the change log for the complete list of changes:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html


Downloads:
https://tomcat.apache.org/download-90.cgi

Migration guides from Apache Tomcat 7.x and 8.x:
https://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team