]> granicus.if.org Git - apache/commitdiff
Propose real HEAD responses with zero C-L fix.
authorYann Ylavic <ylavic@apache.org>
Thu, 7 May 2015 15:18:48 +0000 (15:18 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 7 May 2015 15:18:48 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1678228 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2bb115a4a1bdcf306aeea2820c96328ae8aa8356..5c2cb725cab71e2c45354d77280747f7ee0d55ea 100644 (file)
--- 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