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 2019/05/14 20:12:54 UTC

[ANN] Apache Tomcat 8.5.41 available

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

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.x replaces 8.0.x and includes new features pulled
forward from the 9.0.x branch. The notable changes since 8.5.40 include:

- Stack traces written by the OneLineFormatter are fully indented. The
  entire stack trace is now indented by an additional TAB character.

- Avoid OutOfMemoryErrors and ArrayIndexOutOfBoundsExceptions when
  accessing large files via the default servlet when resource caching
  has been disabled.

- When running on newer JREs that don't support SSLv2Hello, don't
  warn that it is not available unless explicitly configured.


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