From: Graham Leggett Date: Tue, 3 Nov 2015 13:25:39 +0000 (+0000) Subject: Vote, promote. X-Git-Tag: 2.4.18~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bf1393ec732c78a6136a3a4b975e40f2879c95a;p=thirdparty%2Fapache%2Fhttpd.git Vote, promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712292 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0615eee175d..c8361f340b3 100644 --- a/STATUS +++ b/STATUS @@ -118,6 +118,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic, jim, minfrin + * mod_cache: Accept HT (Horizontal Tab) when parsing cache related header + fields as described in RFC7230. See OWS definition. + [Christophe Jaillet, Graham Leggett] + trunk patch: http://svn.apache.org/r1710723 + 2.4.x trunk works (modulo CHANGES) + +1: jailletc36, ylavic, minfrin + jailletc36: CHANGES entry could be tweaked to speak about OWS as per RFC7230 + instead of RFC2616 + ylavic: simple s/RFC2616/RFC7230/ in CHANGES entry would be fine IMO. PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -147,16 +156,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v3.patch +1: ylavic - * mod_cache: Accept HT (Horizontal Tab) when parsing cache related header - fields as described in RFC7230. See OWS definition. - [Christophe Jaillet, Graham Leggett] - trunk patch: http://svn.apache.org/r1710723 - 2.4.x trunk works (modulo CHANGES) - +1: jailletc36, ylavic - jailletc36: CHANGES entry could be tweaked to speak about OWS as per RFC7230 - instead of RFC2616 - ylavic: simple s/RFC2616/RFC7230/ in CHANGES entry would be fine IMO. - * core: Fix crash in ap_mpm_pod_check call caused by NULL dereference of its parameter when starting httpd as single process (httpd -X). trunk patch: http://svn.apache.org/r1711479