You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Christopher Schultz <sc...@apache.org> on 2021/07/07 00:40:47 UTC

[ANN] Apache Tomcat 8.5.69 available

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

Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and Java Authentication Service Provider Interface for
Containers technologies.

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

- Re-work the HTTP/2 overhead protection to reduce the likelihood of
   false positives. Note that the default overheadCountFactor has changed
   from 1 to 10 and that the useful range is now 0 to ~20.

- Fix regressions in JSP compilation in the previous release.

- Improve HTTP header parsing to ignore empty elements in 1#token
    values, as per RFC 7230 section 7.

Along with lots of other bug fixes and improvements.

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

Downloads:
http://tomcat.apache.org/download-80.cgi

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

Enjoy!

- The Apache Tomcat team