The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.100.
*This will likely be the final release of Apache Tomcat 8.5. Please see
the EOL notice linked at the end of this message.*
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.
Apache Tomcat 8.5.100 is a bugfix and feature release. The notable
changes compared to 8.5.99 include:
- Fix regression when reloading TLS configuration and files.
- When restoring a saved POST request after a successful FORM
authentication, ensure that neither the URI, the query string no
the protocol are corrupted when restoring the request body.
- Align error handling for Writer and OutputStream. Ensure use of
either once the response has been recycled triggers a
NullPointerException provided that discardFacades is configured with
the default value of true.
Please refer to the change log for the complete list of changes:
https://tomcat.apache.org/tomcat-8.5-doc/changelog.html
Downloads:
https://tomcat.apache.org/download-80.cgi
Migration guides from Apache Tomcat 7.x and 8.0:
https://tomcat.apache.org/migration.html
Please note that Tomcat 8.5.x will reach End-of-life (EOL) on 31 March
2024. For more information please visit
https://tomcat.apache.org/tomcat-85-eol.html
Enjoy!
- The Apache Tomcat team