The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.3.

Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations specifications.

Users of Tomcat 10 onwards should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.* to jakarta.*. This will almost certainly require code changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and later. A migration tool is available to aid this process.

The notable changes compared to 11.0.2 include:

- Allow readOnly attribute configuration on the Resources element and
  allow configuration of the readOnly attribute value of the main
  resources. The attribute value will also be used by the default and
  WebDAV Servlets.

- Correct a regression in the fix for bug 69382 that broke JSP
  include actions if both the page attribute and the body contained
  parameters. Pull request #803 provided by Chenjp.

- Expand the options for handling encoded '/' and '\' characters in
  URLs both in the Connector and when using a RequestDispatcher.

Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/tomcat-11.0-doc/changelog.html

Downloads:
http://tomcat.apache.org/download-11.cgi

Migration guides from Apache Tomcat 9.0.x and 10.1.x:
http://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to