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:
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
* 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.