PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) core: Add ap_pre_connection() as a wrapper to ap_run_pre_connection()
+ and use it to prevent that failures in running the pre_connection
+ hook cause crashes afterwards.
+ Trunk version of patch:
+ https://svn.apache.org/r1893497
+ https://svn.apache.org/r1893507
+ Backport version for 2.4.x of patch:
+ https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/269.diff
+ Can be applied via apply_backport_pr.sh 269.
+ +1: rpluem, icing, ylavic
+
+ *) core: do not install core input/output filters on secondary
+ connections.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=revision&revision=1787606
+ Backport version for 2.4.x of patch:
+ svn merge -c 1787606 ^/httpd/httpd/trunk .
+ +1: icing, rpluem, ylavic
+
+ *) mod_dav: Correctly handle errors returned by dav providers on REPORT
+ requests.
+ Trunk version of patch:
+ https://svn.apache.org/r1893589
+ Backport version for 2.4.x of patch:
+ Trunk version of patch works
+ svn merge -c 1893589 ^/httpd/httpd/trunk .
+ +1: rpluem, minfrin, ylavic
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
Backport version for 2.4.x of patch:
Trunk version of patch works
svn merge -c 1893520 ^/httpd/httpd/trunk .
- +1: rpluem,
-
- *) core: Add ap_pre_connection() as a wrapper to ap_run_pre_connection()
- and use it to prevent that failures in running the pre_connection
- hook cause crashes afterwards.
- Trunk version of patch:
- https://svn.apache.org/r1893497
- https://svn.apache.org/r1893507
- Backport version for 2.4.x of patch:
- https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/269.diff
- Can be applied via apply_backport_pr.sh 269.
- +1: rpluem, icing
-
- *) core: do not install core input/output filters on secondary
- connections.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=revision&revision=1787606
- Backport version for 2.4.x of patch:
- svn merge -c 1787606 ^/httpd/httpd/trunk .
- +1: icing, rpluem
-
- *) mod_dav: Correctly handle errors returned by dav providers on REPORT
- requests.
- Trunk version of patch:
- https://svn.apache.org/r1893589
- Backport version for 2.4.x of patch:
- Trunk version of patch works
- svn merge -c 1893589 ^/httpd/httpd/trunk .
- +1: rpluem, minfrin
+ +1: rpluem, ylavic,
*) mod_dav: Add utility functions dav_validate_root_ns(),
dav_find_child_ns(), dav_find_next_ns(), dav_find_attr_ns() and