You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@tomcat.apache.org by Mark Thomas <ma...@apache.org> on 2021/04/07 14:44:51 UTC

[ANN] Apache Tomcat 8.5.65 available

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

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.65 is a bugfix and feature release. The notable
changes compared to 8.5.64 include:

- Fix a regression in 8.5.64 that meant that an error during an
   asynchronous read broke all future asynchronous reads associated with
   the same request instance.

- Prevent concurrent calls to ServletInputStream.isReady() corrupting
   the input buffer.

- Update the packaged version of Tomcat Native to 1.2.27 to pick up
   binaries built with OpenSSL 1.1.1k

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