From: Yann Ylavic Date: Wed, 30 Apr 2014 16:47:06 +0000 (+0000) Subject: Propose mod_cache changes regarding 304 and forwarded headers. X-Git-Tag: 2.4.10~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cf7b99df1a65c21104a85b66e70bda7a6b4c5e2;p=apache Propose mod_cache changes regarding 304 and forwarded headers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591392 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b8dcf79880..30e068f972 100644 --- a/STATUS +++ b/STATUS @@ -230,6 +230,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patch works other than CHANGES +1: minfrin + * mod_cache: Don't add cached/revalidated entity headers to a 304 response. + PR 55547. + trunk patch: http://svn.apache.org/r1591320 + http://svn.apache.org/r1591322 + http://svn.apache.org/r1591390 + 2.4.x patch: trunk patch works modulo CHANGES + +1: ylavic + + * mod_cache: Preserve non-cacheable headers forwarded from an origin 304 + response. PR 55547. + trunk patch: http://svn.apache.org/r1591328 + 2.4.x patch: trunk patch works modulo CHANGES + +1: ylavic + OTHER PROPOSALS