This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 8da24416d1 Update change log
8da24416d1 is described below

commit 8da24416d1ece545fdbe1bbacf887df3755055a0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 26 17:19:36 2025 +0000

    Update change log
---
 webapps/docs/changelog.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index ee746a0696..d637b7c89e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -116,10 +116,6 @@
         possible that cached 'not found' results could effectively hide lookup
         results using the correct resource name. (markt)
       </fix>
-      <fix>
-        Improve the mechanism for detecting whether a web application has been
-        deployed to a case sensitive or a case insensitive file system. (markt)
-      </fix>
       <fix>
         Enable the JNDIRealm to validate credentials provided to
         <code>HttpServletRequest.login(String username, String password)</code>
@@ -127,7 +123,8 @@
       </fix>
       <fix>
         Improve the checks for exposure to and protection against 
CVE-2024-56337
-        so that reflection is not used unless required. (markt)
+        so that reflection is not used unless required. The checks for whether
+        the file system is case sensitive or not have been removed. (markt)
       </fix>
       <fix>
         Fix a bug in the JRE compatibility detection that incorrectly 
identified


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

Reply via email to