From: Daniel Gruno Date: Fri, 24 May 2013 23:29:56 +0000 (+0000) Subject: vote + promote (with fuzz) X-Git-Tag: 2.4.5~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d34134028c807641d108a2ad64642f1465807ddc;p=apache vote + promote (with fuzz) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1486253 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e1d24c679f..49acf02f95 100644 --- a/STATUS +++ b/STATUS @@ -89,6 +89,31 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + + * 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.4.x patch: trunk patch works (minus CHANGES) + +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, jorton + + * 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, 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, jorton PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -182,30 +207,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patches work +1: jim - * 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.4.x patch: trunk patch works (minus CHANGES) - +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, jorton - - * 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, 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, jorton * core, mod_ssl: Lift the restriction that prevents mod_ssl taking full advantage of the event MPM. Enable the ability for a module @@ -314,7 +315,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * ap_release.h: Make AP_SERVER_ADD_STRING define-able from CFLAGS. trunk patch: http://svn.apache.org/r1481955 2.4.x patch: trunk works (with fuzz) - +1: fuankg, minfrin + +1: fuankg, minfrin, humbedooh * mod_proxy_http: Make the proxy-interim-response environment variable effective by formally overriding origin server behaviour.