From: manu Date: Sat, 19 Nov 2022 01:45:24 +0000 (+0000) Subject: Backport ptoposal for DAVlockDiscovery option, and attempt to open DAVLockDB X-Git-Tag: 2.4.55-rc1-candidate~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a58e9f9f2f2f8d2b9d83cd803fd8a338fc01e12;p=thirdparty%2Fapache%2Fhttpd.git Backport ptoposal for DAVlockDiscovery option, and attempt to open DAVLockDB read-only when possible. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905387 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index caa925f76a1..f98ea1fb49f 100644 --- a/STATUS +++ b/STATUS @@ -282,6 +282,20 @@ 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