The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.35.
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.35 is a bugfix and feature release. The notable
changes compared to 9.0.34 include:
- Improve the handling of requests that use an expectation. Do not
disable keep-alive where the response has a non-2xx status code
but the request body has been fully read.
- Change default value separator for property replacement to ":-"
due to possible conflicts. The syntax is now "${name:-default}".
- Update the packaged version of the Tomcat Native Library to 1.2.24
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