Proposed for backport below, in place of or after this one.
rpluem: +1 on PR 289 as well.
+ *) mod_dav: Fix regression when gathering properties which could lead to huge
+ memory consumption proportional to the number of resources.
+ Trunk version of patch:
+ https://svn.apache.org/r1897182
+ https://svn.apache.org/r1897614
+ https://svn.apache.org/r1897615
+ https://svn.apache.org/r1897619
+ Backport version for 2.4.x of patch:
+ Trunk version of patch works
+ svn merge -c 1897182,1897614,1897615,1897619 ^/httpd/httpd/trunk .
+ +1: rpluem, jorton, ylavic
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-authn-expr.patch
+1: minfrin
- *) mod_dav: Fix regression when gathering properties which could lead to huge
- memory consumption proportional to the number of resources.
- Trunk version of patch:
- https://svn.apache.org/r1897182
- https://svn.apache.org/r1897614
- https://svn.apache.org/r1897615
- https://svn.apache.org/r1897619
- Backport version for 2.4.x of patch:
- Trunk version of patch works
- svn merge -c 1897182,1897614,1897615,1897619 ^/httpd/httpd/trunk .
- +1: rpluem, jorton
-
*) Support PCRE2 with buffers reuse through Thread Local Storage.
trunk patches:
http://svn.apache.org/r1897240