Apache Tomcat 10.1.26 Released with Notable Changes

Apache Tomcat 10.1.26 has now released, and this version implements the specifications as part of the Jakarta EE 10 platform.

Applications running on Tomcat 9 and earlier versions will not be able to run on Tomcat 10 without modifications. Java EE-based applications designed for Tomcat 9 and earlier versions can be placed in the $CATALINA_BASE/webapps-javaee directory, and Tomcat will automatically convert them to Jakarta EE and copy them to the webapps directory. This conversion is carried out through Apache Tomcat's Jakarta EE Migration Tool, which can also be downloaded separately for offline use.

Some notable changes are:

  • The OpenSSL support using FFM will be moved to a separate JAR named tomcat-coyote-ffm.jar.
  • When using the include directive in a tag file packaged in a JAR file, ensure that the include directive is correctly processed.
  • Extend the implementation of the filter value of the Authenticator property allowCorsPreflight to apply to all requests that match the URL pattern configured for the CORS filter, rather than only when the CORS filter is mapped to /*.

The complete details of these changes and all other changes can be found in Tomcat 10.1 changelog.

Download

Likes