From: Graham Leggett Date: Sat, 18 Nov 2023 13:28:45 +0000 (+0000) Subject: Add proposal. X-Git-Tag: 2.4.59-rc1-candidate~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4650908e5adf088f38d111903aa64efc37da0743;p=thirdparty%2Fapache%2Fhttpd.git Add proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913929 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8b6afad03be..a00999b2a50 100644 --- 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 ]