You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2013/05/24 13:46:51 UTC

svn commit: r1486021 - /httpd/httpd/branches/2.4.x/STATUS

Author: jorton
Date: Fri May 24 11:46:50 2013
New Revision: 1486021

URL: http://svn.apache.org/r1486021
Log:
mod_dav patch review.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1486021&r1=1486020&r2=1486021&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri May 24 11:46:50 2013
@@ -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