]> granicus.if.org Git - apache/commitdiff
Propose mod_cache changes regarding 304 and forwarded headers.
authorYann Ylavic <ylavic@apache.org>
Wed, 30 Apr 2014 16:47:06 +0000 (16:47 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 30 Apr 2014 16:47:06 +0000 (16:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591392 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b8dcf7988092c133af9ce9124732882dc0a1ed21..30e068f9722ab57842da249b20d9bc4f7a83424c 100644 (file)
--- 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