@@ -203,31 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
203203 (backport: dev-tools/github/apply_backport_pr.sh 532)
204204 +1: ylavic, jfclere
205205
206-
207- PATCHES/ISSUES THAT ARE BEING WORKED
208- [ New entries should be added at the START of the list ]
209-
210- *) core: Initialize the request fields on read failure to avoid NULLs.
211- trunk patch: http://svn.apache.org/r1893030
212- http://svn.apache.org/r1893044
213- 2.4.x patch: svn merge -c 1893030,1893044 ^/httpd/httpd/trunk .
214- +1: ylavic,
215- ylavic: still being discussed on dev@
216-
217- *) http: Don't remove the Content-Length of zero from a HEAD response if
218- it comes from an origin server, module or script. Allow the previous
219- behaviour (for legacy/buggy modules only, not origin) by also backporting
220- the HttpContentLengthHeadZero directive (and also HttpExpectStrict which
221- comes for free with the same commit).
222- trunk patch: http://svn.apache.org/r1554303
223- http://svn.apache.org/r1678215
224- 2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-preserve_head_cl_zero.patch
225- +1: ylavic, jim
226- ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
227- ints added at the end of core_server_config, the proposed merge
228- does a minor bump only.
229- minfrin: Two new directives need to be documented.
230-
231206 *) mod_systemd: Add systemd socket activation
232207 Trunk version of patch:
233208 https://svn.apache.org/r1511033
@@ -258,6 +233,30 @@ PATCHES/ISSUES THAT ARE BEING WORKED
258233 svn merge -c 1923806 ^/httpd/httpd/trunk .
259234 +1: rpluem,
260235
236+ PATCHES/ISSUES THAT ARE BEING WORKED
237+ [ New entries should be added at the START of the list ]
238+
239+ *) core: Initialize the request fields on read failure to avoid NULLs.
240+ trunk patch: http://svn.apache.org/r1893030
241+ http://svn.apache.org/r1893044
242+ 2.4.x patch: svn merge -c 1893030,1893044 ^/httpd/httpd/trunk .
243+ +1: ylavic,
244+ ylavic: still being discussed on dev@
245+
246+ *) http: Don't remove the Content-Length of zero from a HEAD response if
247+ it comes from an origin server, module or script. Allow the previous
248+ behaviour (for legacy/buggy modules only, not origin) by also backporting
249+ the HttpContentLengthHeadZero directive (and also HttpExpectStrict which
250+ comes for free with the same commit).
251+ trunk patch: http://svn.apache.org/r1554303
252+ http://svn.apache.org/r1678215
253+ 2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-preserve_head_cl_zero.patch
254+ +1: ylavic, jim
255+ ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
256+ ints added at the end of core_server_config, the proposed merge
257+ does a minor bump only.
258+ minfrin: Two new directives need to be documented.
259+
261260PATCHES/ISSUES THAT ARE STALLED
262261
263262 *) core: avoid duplicate headers when using ap_send_error_response.
0 commit comments