You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/05/23 15:06:56 UTC

svn commit: r1485685 - /httpd/httpd/branches/2.2.x/STATUS

Author: minfrin
Date: Thu May 23 13:06:55 2013
New Revision: 1485685

URL: http://svn.apache.org/r1485685
Log:
Propose DAV fixes.

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1485685&r1=1485684&r2=1485685&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu May 23 13:06:55 2013
@@ -202,6 +202,49 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: https://people.apache.org/~kbrand/PR52212_54698_2.2.x.patch
     +1: kbrand, minfrin
 
+  * mod_dav: Make sure that when we prepare an If URL for Etag comparison,     
+    we compare unencoded paths. PR 53910
+    trunk patch: http://svn.apache.org/r1470940
+                 http://svn.apache.org/r1477530
+    2.2.x patch: trunk patch works (minus CHANGES)
+    +1: minfrin
+
+  * 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.2.x patch: trunk patch works (minus CHANGES)
+    +1: minfrin
+
+  * mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
+    trunk patch: http://svn.apache.org/r1476621
+    2.2.x patch: trunk patch works (minus CHANGES)
+    +1: minfrin
+
+  * mod_dav: PROPPATCH delete (svn propdel) silently discards errors.
+    PR 53525
+    trunk patch: http://svn.apache.org/r1476627
+    2.2.x patch: trunk patch works (minus CHANGES)
+    +1: minfrin
+
+  * 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.2.x patch: trunk patch works (minus CHANGES)
+    +1: minfrin
+
+  * mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559
+    trunk patch: http://svn.apache.org/r1476644
+    2.2.x patch: trunk patch works (minus CHANGES)
+    +1: minfrin
+
+  * mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with
+    the source href (sent as part of the request body as XML) pointing to a
+    URI that is not configured for DAV will trigger a segfault.
+    trunk patch: http://svn.apache.org/r1485668
+    2.2.x patch: trunk works, modulo CHANGES
+    +1: minfrin
+
 
 PATCHES/ISSUES THAT ARE STALLED