The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.88.
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.88 is a bugfix and feature release. The notable
changes compared to 8.5.87 include:
- Reduce the default value of maxParameterCount from 10,000 to 1,000.
- Correct a regression in the fix for bug 66442 that meant that streams
without a response body did not decrement the active stream count
when completing, leading to
ERR_HTTP2_SERVER_REFUSED_STREAM for some connections.
- Refactor synchronization blocks locking on SocketWrapper to use
ReentrantLock to support users wishing to experiment with project
Loom.
- Implement RFC 9239; note the MIME types for Javascript has changed
to text/javascript.
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-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