From: Yann Ylavic Date: Thu, 7 May 2015 15:18:48 +0000 (+0000) Subject: Propose real HEAD responses with zero C-L fix. X-Git-Tag: 2.4.13~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dd2bed5862bae484c05ece3cb04f35eff308f0e;p=apache Propose real HEAD responses with zero C-L fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1678228 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2bb115a4a1..5c2cb725ca 100644 --- a/STATUS +++ b/STATUS @@ -290,6 +290,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic, trawick + *) 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/httpd-2.4.x-preserve_head_cl_zero.patch + +1: ylavic + 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. + OTHER PROPOSALS