From: Graham Leggett Date: Tue, 7 May 2013 13:47:55 +0000 (+0000) Subject: Propose. X-Git-Tag: 2.4.5~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0893ab1cbcb6e7b6b81786746c0e3b92eccffe13;p=apache Propose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1479907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5a2176226c..8be687150e 100644 --- a/STATUS +++ b/STATUS @@ -318,6 +318,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patch works (minus CHANGES, mmn bump) +1: minfrin + * core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions() + with weak validation combined with If-Range and Range headers. Break + out explicit conditional header checks to be useable elsewhere in the + server. Ensure weak validation RFC compliance in the byteranges filter. + Ensure RFC validation compliance when serving cached entities. PR 16142 + trunk patch: http://svn.apache.org/r1479905 + 2.4.x patch: http://people.apache.org/~minfrin/httpd-if-range-fix2.4.patch + (depends on r1479528 above) + +1: minfrin + A list of further possible backports can be found at: http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt