From: Christophe Jaillet Date: Sat, 19 Nov 2022 16:02:05 +0000 (+0000) Subject: Moce proposal to the correct section X-Git-Tag: 2.4.55-rc1-candidate~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd54ad0a316021a4c05497a54cf491c41750625;p=thirdparty%2Fapache%2Fhttpd.git Moce proposal to the correct section [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905405 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f98ea1fb49f..cfcc0835ab7 100644 --- a/STATUS +++ b/STATUS @@ -220,6 +220,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: PR: https://github.com/apache/httpd/pull/331 +1: icing, + *) mod_dav: Open the lock database read-only when possible + trunk patch: http://svn.apache.org/r1905229 + 2.4.x patch: trunk works + +1: manu + + *) mod_dav: DAVlockDiscovery option to disable WebDAV lock discovery + This is a game changer for performances if client use PROPFIND a lot, + trunk patch: http://svn.apache.org/r1904638 + http://svn.apache.org/r1904662 + http://svn.apache.org/r1905170 + http://svn.apache.org/r1905206 + http://svn.apache.org/r1905230 + 2.4.x patch: trunk works + +1: manu + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ] @@ -282,21 +297,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED make it nonblocking (by default)? jim: Non-blocking seems the best way to handle... - *) mod_dav: Open the lock database read-only when possible - trunk patch: http://svn.apache.org/r1905229 - 2.4.x patch: trunk works - +1: manu - - *) mod_dav: DAVlockDiscovery option to disable WebDAV lock discovery - This is a game changer for performances if client use PROPFIND a lot, - trunk patch: http://svn.apache.org/r1904638 - http://svn.apache.org/r1904662 - http://svn.apache.org/r1905170 - http://svn.apache.org/r1905206 - http://svn.apache.org/r1905230 - 2.4.x patch: trunk works - +1: manu - PATCHES/ISSUES THAT ARE STALLED *) core: avoid duplicate headers when using ap_send_error_response.