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

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


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

commit d5cac6c27feac723e471a194038f4dffda0121c5
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 070746e257..377e03c740 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>
@@ -131,7 +127,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>
       <add>
         Add support for logging the connection ID (as returned by


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

Reply via email to