From: Joe Orton Date: Fri, 24 May 2013 11:46:50 +0000 (+0000) Subject: mod_dav patch review. X-Git-Tag: 2.4.5~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fabd08aec0c114a1cca1bf7c59bd649002e3c42;p=apache mod_dav patch review. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1486021 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 472e422084..99f107c357 100644 --- 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