]> granicus.if.org Git - apache/commitdiff
Withdraw proposal.
authorGraham Leggett <minfrin@apache.org>
Fri, 24 May 2013 11:56:14 +0000 (11:56 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 24 May 2013 11:56:14 +0000 (11:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1486023 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 99f107c357ff383bb6a175d49d1af2db6df94237..c4cf947d6a68ccaede2dbd9807ea6c84b80fcea4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -192,14 +192,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk patch works (minus CHANGES)
       +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