]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport ptoposal for DAVlockDiscovery option, and attempt to open DAVLockDB
authormanu <manu@unknown>
Sat, 19 Nov 2022 01:45:24 +0000 (01:45 +0000)
committermanu <manu@unknown>
Sat, 19 Nov 2022 01:45:24 +0000 (01:45 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index caa925f76a1a69f277f1a0f03b70e0a4fac9df20..f98ea1fb49fddde06f0f4ec116eea7624f832df5 100644 (file)
--- 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