From 0269bbef72084f057f91d06bcc0fd90d54f6b193 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Tue, 3 Jun 2025 15:50:15 +0000 Subject: [PATCH] * Move proposals to correct section git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926095 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/STATUS b/STATUS index 51fc44866b..6de0b0ba4d 100644 --- a/STATUS +++ b/STATUS @@ -203,31 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: (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 @@ -258,6 +233,30 @@ PATCHES/ISSUES THAT ARE BEING WORKED 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. -- 2.47.2