Apache Tomcat 11.0.3 freeware
... applications. These applications can be run in the interface of an Internet browser such as Firefox, Chrome or Internet Explorer. ...
Author | Apache Software Foundation |
Released | 2025-02-10 |
Filesize | 13.40 MB |
Downloads | 2651 |
OS | Windows All |
Installation | Instal And Uninstall |
Keywords | Apache Tomcat, Java Servlet, Internet server, JavaServer Page, Tomcat, JavaServer, servlet, Java |
Users' rating (54 rating) |
Apache Tomcat Free Download - we do not host any Apache Tomcat torrent files or links of Apache Tomcat on rapidshare.com, depositfiles.com, megaupload.com etc. All Apache Tomcat download links are direct Apache Tomcat download from publisher site or their selected mirrors.
11.0.3 | Feb 10, 2025 | New Release | The notable changes in this release are: 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. |
11.0.2 | Dec 9, 2024 | New Release | Add strong ETag support for the WebDAV and default servlet, which can be enabled by using the useStrongETags init parameter with a value set to true. The ETag generated will be a SHA-1 checksum of the resource content. Add support for RateLimit header fields for HTTP (RFC draft) in the RateLimitFilter. Based on pull request #775 provided by Chenjp. Update Tomcat's fork of Commons DBCP to 2.13.0. |
11.0.1 | Nov 11, 2024 | New Release | Fix a regression caused by the improvement 69333 which caused the tag release to be called when using tag pooling, and to be skipped when not using it. Patch submitted by Michal Sobkiewicz. Further WebDAV fixes and improvements. |