]> granicus.if.org Git - apache/commitdiff
Update cache proposal
authorJim Jagielski <jim@apache.org>
Fri, 21 Oct 2016 17:38:08 +0000 (17:38 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 21 Oct 2016 17:38:08 +0000 (17:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1766081 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d0727e2b050fc5ae8a76c5e45c5c1d11376f4270..da3ee2271b88bca08eb452e14d160463578997b4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -177,14 +177,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic
 
-  *) mod_cache: Use the actual URI path and query-string for identifying the
-     cached entity (key), such that rewrites are taken into account when
-     running afterwards (CacheQuickHandler off).  PR 21935.
-     trunk patch: http://svn.apache.org/r1756553
-                  http://svn.apache.org/r1756631
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, jim
-
   *) mod_proxy_{http,ajp,fcgi}: don't reuse backend connections with data
      available before the request is sent.  PR 57832.
      This also backports deprecation of ap_proxy_ssl_connection_cleanup() and
@@ -234,6 +226,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: covener
 
+  *) mod_cache: Bring up-to-date w/ trunk.
+     trunk patch:
+        Use the actual URI path and query-string (PR 21935)
+            http://svn.apache.org/r1756553
+            http://svn.apache.org/r1756631
+        better s-maxage support
+            http://svn.apache.org/r1726675
+            http://svn.apache.org/r1718496
+            http://svn.apache.org/r1718476
+        Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
+            http://svn.apache.org/r1747469 
+     2.4.x patch: http://home.apache.org/~jim/patches/httpd-2.4-cache.patch.txt
+     +1: jim
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if