]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add proposal.
authorGraham Leggett <minfrin@apache.org>
Sat, 18 Nov 2023 13:28:45 +0000 (13:28 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 18 Nov 2023 13:28:45 +0000 (13:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913929 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8b6afad03be0fa53c7fd9f82acb2031a82c06b9f..a00999b2a50b1ebdf6e601bf99f36354af8ba7e0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -210,6 +210,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-add-CGIScriptTimeout.patch
       +1: minfrin
 
+   *) Allow mod_dav_fs to tolerate race conditions between PROPFIND and an
+      operation which removes a directory/file between apr_dir_read() and
+      apr_stat(). Current behaviour is to abort the connection which seems
+      inferior to tolerating (and logging) the error.
+      trunk patch: http://svn.apache.org/r1910811
+      2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-tolerant.patch
+      +1: minfrin
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]