backport needs adjusting MMN
+1: icing, rpluem, jorton
- *) mod_lua: Fix memory handling in output filter
- Trunk version of patch:
- https://svn.apache.org/r1924095
- Backport version for 2.4.x of patch:
- svn merge -c 1924095 ^/httpd/httpd/trunk .
- +1: jorton, rpluem, covener
-
*) mod_ssl: Remove warning over potential uninitialised value
for ssl protocol prior to protocol selection.
Trunk version of patch:
https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ssl-prot-fix.patch
+1: minfrin, rpluem, covener
- *) mod_dav: Add dav_get_base_path() API.
- Trunk version of patch:
- https://svn.apache.org/1923639
- Backport version for 2.4.x of patch:
- https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/526.patch
- +1: jorton, rpluem, covener
-
*) mod_md: update to v2.5.2
Trunk version of patch:
https://svn.apache.org/r1925979
svn merge -c 1925979 ^/httpd/httpd/trunk .
+1: icing, rpluem, covener
+ *) mod_headers: don't call ap_set_content_type() when manipulating
+ _request_ headers.
+ Trunk version of patch:
+ https://svn.apache.org/r1820750
+ Backport version for 2.4.x of patch:
+ https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/533.diff
+ +1 covener, rpluem, jorton
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
svn merge -c 1925975 ^/httpd/httpd/trunk .
+1: icing, rpluem
- *) mod_headers: don't call ap_set_content_type() when manipulating
- _request_ headers.
- Trunk version of patch:
- https://svn.apache.org/r1820750
- Backport version for 2.4.x of patch:
- https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/533.diff
- +1 covener, rpluem
-
*) mod_proxy_balancer: Fix a regression that caused stickysession keys no
longer be recognized if they are provided as query parameter in the URL.
PR 69443