The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.119.
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.119 is a bugfix and feature release. The notable changes compared to 9.0.118 include: - Align the rewrite conditions ornext flag processing with mod_rewrite, which follows a purely sequential evaluation strategy. - Ensure that malformed HTTP/2 messages that should trigger a stream reset do so, rather than trigger a connection close. - Add replay protection to the EncryptInterceptor. This is a **breaking change** for the EncryptInterceptor. Please see the migration document for more information. 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
