]> granicus.if.org Git - apache/commitdiff
mod_dav patch review.
authorJoe Orton <jorton@apache.org>
Fri, 24 May 2013 11:46:50 +0000 (11:46 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 24 May 2013 11:46:50 +0000 (11:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1486021 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 472e422084b59780b468426e8a0cc54c12e30124..99f107c357ff383bb6a175d49d1af2db6df94237 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -184,31 +184,33 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       trunk patch: http://svn.apache.org/r1470940
                    http://svn.apache.org/r1477530
       2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim
+      +1: minfrin, jim, jorton
 
     * mod_dav: Sending a If or If-Match header with an invalid ETag doesn't
       result in a 412 Precondition Failed. PR54610
       trunk patch: http://svn.apache.org/r1476604
       2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim
+      +1: minfrin, jim, jorton
 
     * mod_dav: PROPPATCH delete (svn propdel) silently discards errors.
       PR 53525
       trunk patch: http://svn.apache.org/r1476627
       2.4.x patch: trunk patch works (minus CHANGES)
       +1: minfrin, jim
+      -1: jorton: this is a regression, PROPPATCH/remove *should* succeed for
+          properties which don't exist, http://tools.ietf.org/html/rfc4918#section-14.23
 
     * mod_dav: When a PROPPATCH attempts to remove a non-existent dead
       property on a resource for which there is no dead property in the same
       namespace httpd segfaults. PR 52559
       trunk patch: http://svn.apache.org/r1476642
       2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim
+      +1: minfrin, jim, jorton
 
     * mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559
       trunk patch: http://svn.apache.org/r1476644
       2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim
+      +1: minfrin, jim, jorton
 
     * core, mod_ssl: Lift the restriction that prevents mod_ssl taking
       full advantage of the event MPM. Enable the ability for a module
@@ -225,7 +227,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       dav_join_error() function.  PR 54145.
       trunk patch: http://svn.apache.org/r1464241
       2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_dav-errorhandling.patch
-      +1: minfrin, jim
+      +1: minfrin, jim, jorton
 
     * mod_cache: Invalidate cached entities in response to RFC2616 Section
       13.10 Invalidation After Updates or Deletions. PR 15868