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 03fa328757 Update change log
03fa328757 is described below

commit 03fa3287579486b9d4b36031bcd5905b04d45c68
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 1 16:38:55 2024 +0000

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

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 75b70bc519..1a38bba69d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -216,6 +216,13 @@
         tokens with <code>urn:uuid:</code> as recommended by RFC 4918, and
         remove <code>secret</code> init parameter. (remm)
       </update>
+      <fix>
+        Concurrent reads and writes (e.g. <code>GET</code> and <code>PUT</code>
+        / <code>DELETE</code>) for the same path caused corruption of the
+        <code>FileResource</code> where some of the fields were set as if the
+        file exists and some as set as if it does not. This resulted in
+        inconsistent metadata. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to