(backport: dev-tools/github/apply_backport_pr.sh 532)
+1: ylavic, jfclere
-
-PATCHES/ISSUES THAT ARE BEING WORKED
- [ New entries should be added at the START of the list ]
-
- *) core: Initialize the request fields on read failure to avoid NULLs.
- trunk patch: http://svn.apache.org/r1893030
- http://svn.apache.org/r1893044
- 2.4.x patch: svn merge -c 1893030,1893044 ^/httpd/httpd/trunk .
- +1: ylavic,
- ylavic: still being discussed on dev@
-
- *) http: Don't remove the Content-Length of zero from a HEAD response if
- it comes from an origin server, module or script. Allow the previous
- behaviour (for legacy/buggy modules only, not origin) by also backporting
- the HttpContentLengthHeadZero directive (and also HttpExpectStrict which
- comes for free with the same commit).
- trunk patch: http://svn.apache.org/r1554303
- http://svn.apache.org/r1678215
- 2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-preserve_head_cl_zero.patch
- +1: ylavic, jim
- ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
- ints added at the end of core_server_config, the proposed merge
- does a minor bump only.
- minfrin: Two new directives need to be documented.
-
*) mod_systemd: Add systemd socket activation
Trunk version of patch:
https://svn.apache.org/r1511033
svn merge -c 1923806 ^/httpd/httpd/trunk .
+1: rpluem,
+PATCHES/ISSUES THAT ARE BEING WORKED
+ [ New entries should be added at the START of the list ]
+
+ *) core: Initialize the request fields on read failure to avoid NULLs.
+ trunk patch: http://svn.apache.org/r1893030
+ http://svn.apache.org/r1893044
+ 2.4.x patch: svn merge -c 1893030,1893044 ^/httpd/httpd/trunk .
+ +1: ylavic,
+ ylavic: still being discussed on dev@
+
+ *) http: Don't remove the Content-Length of zero from a HEAD response if
+ it comes from an origin server, module or script. Allow the previous
+ behaviour (for legacy/buggy modules only, not origin) by also backporting
+ the HttpContentLengthHeadZero directive (and also HttpExpectStrict which
+ comes for free with the same commit).
+ trunk patch: http://svn.apache.org/r1554303
+ http://svn.apache.org/r1678215
+ 2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-preserve_head_cl_zero.patch
+ +1: ylavic, jim
+ ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
+ ints added at the end of core_server_config, the proposed merge
+ does a minor bump only.
+ minfrin: Two new directives need to be documented.
+
PATCHES/ISSUES THAT ARE STALLED
*) core: avoid duplicate headers when using ap_send_error_response.