This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 34dd606aba Update change log
34dd606aba is described below
commit 34dd606aba228f1639b1cd8432e4985321e7a8e1
Author: Mark Thomas <[email protected]>
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 cb0efeb8a7..6b9d8fa628 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>
</changelog>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]