PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
+ trunk patch: http://svn.apache.org/r1476621
+ 2.4.x patch: trunk patch works (minus CHANGES)
+ +1: minfrin, jim, covener
+
+ * core: speed up (for common cases) and reduce memory usage of ap_escape_logitem
+ This should save 70-100 bytes in the request pool for a default config.
+ trunk patch: http://svn.apache.org/r1485409
+ 2.4.x patch: trunk works
+ +1: jailletc36, jim, covener
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
2.4.x patch: trunk patch works (minus CHANGES)
+1: minfrin, jim
- * mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
- trunk patch: http://svn.apache.org/r1476621
- 2.4.x patch: trunk patch works (minus CHANGES)
- +1: minfrin, jim, covener
-
* mod_dav: PROPPATCH delete (svn propdel) silently discards errors.
PR 53525
trunk patch: http://svn.apache.org/r1476627
2.4.x patch: trunk works, modulo CHANGES
+1: minfrin
- * core: speed up (for common cases) and reduce memory usage of ap_escape_logitem
- This should save 70-100 bytes in the request pool for a default config.
- trunk patch: http://svn.apache.org/r1485409
- 2.4.x patch: trunk works
- +1: jailletc36, jim, covener
-
* 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.