]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose backports to support WebDAV extensions, like CalDAV and DavACL.
authorGraham Leggett <minfrin@apache.org>
Mon, 5 Jul 2021 10:26:05 +0000 (10:26 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 5 Jul 2021 10:26:05 +0000 (10:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1891281 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1517963718a9faa3c44cf7675c9577d0488a1e0e..b0e3f5a279ff6f0d898e79c68940cf721ae4a1d0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -161,7 +161,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      dav_get_resource() to mod_dav.h.
      trunk patch: http://svn.apache.org/r1879305
                   http://svn.apache.org/r1879466
-     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-functions4.patch
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-functions5.patch
      +1: minfrin
 
   *) Fix GCC 11 warnings from use of APR_RING macros.
@@ -170,6 +170,22 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      CI output: https://travis-ci.com/github/apache/httpd/builds/231634323
      +1: jorton, minfrin
 
+  *) Add hooks deliver_report and gather_reports to mod_dav.h. Allows other
+     modules apart from versioning implementations to handle the REPORT method.
+     trunk patch: http://svn.apache.org/r1879339
+                  http://svn.apache.org/r1879307
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-hooks1.patch
+     +1: minfrin
+
+  *) mod_dav: Add method_precondition hook. WebDAV extensions define
+     conditions that must exist before a WebDAV method can be executed.
+     This hook allows a WebDAV extension to verify these preconditions.
+     trunk patch: http://svn.apache.org/r1879339
+                  http://svn.apache.org/r1879340
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-preconditions1.patch
+     +1: minfrin
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]