From: Graham Leggett Date: Tue, 28 May 2013 20:50:34 +0000 (+0000) Subject: Backported. X-Git-Tag: 2.4.5~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0ccdfa794ad5b29f302c2d20b22a5ac86dd6513;p=apache Backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1487109 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 58238565ae..13dd08d412 100644 --- a/STATUS +++ b/STATUS @@ -90,14 +90,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * mod_cache: When serving from cache, only the last header of a multivalued - header was taken into account. Fixed. Ensure that Warning headers are correctly - handled as per RFC2616. - trunk patch: http://svn.apache.org/r1478441 - http://svn.apache.org/r1480283 - 2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-multipleheaders2.4.patch - +1: minfrin, jim, wrowe - * mod_cache: Make sure Vary processing handles multivalued Vary headers and multivalued headers referred to via Vary. trunk patch: http://svn.apache.org/r1478748