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 2018/08/20 16:33:57 UTC

[ANN] Apache Tomcat 9.0.11 available

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

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

- Correctly decode URL paths (+ should not be decoded to a space in
  the path) in the RequestDispatcher and the web application class
  loader.

- Add a default location for the native library: ${catalina.home}/bin

- Make the Jasper (JSP Engine) Java file generation process
  multi-threaded. By default, one thread will be used per core. Based
  on a patch by Dan Fabulich.

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


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

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

Enjoy!

- The Apache Tomcat team