Apache Tomcat 10.1.26 Released with Notable Changes

Apache Tomcat 10.1.26 has now been 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 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 the Apache Tomcat's Jakarta EE Migration Tool, which can also be downloaded separately for offline use.

Some notable changes include:

  • The OpenSSL support of FFM will be moved to a separate JAR named tomcat-coyote-ffm.jar.
  • When using the include instruction in a tag file packaged in a JAR file, ensure proper handling of the include instruction.
  • Expand 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 the Tomcat 10.1 changelog.

Download

Likes