]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Give mod_cache some more lovin': cast some votes and propose a backport.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 17 May 2007 05:51:14 +0000 (05:51 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 17 May 2007 05:51:14 +0000 (05:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538809 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5afd4e9475f16929d1d0601aea9e38936b7125c5..b053ce5368d64ed961be71057ae1848b67b5f9c8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,6 +105,16 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      http://svn.apache.org/viewvc?view=rev&rev=520733
      +1: wrowe, rpluem, niq
 
+   * mod_cache: While serving a cached entity ensure that filters that have
+     been applied to this cached entity before saving it to the cache are not
+     applied again.
+        PR: 40090
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=425787&view=rev
+     2.2.x version of patch:
+       Trunk version works
+     +1: rpluem, wrowe, jerenkrantz
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * ApacheMonitor: Fix Windows Vista detection.
@@ -142,16 +152,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           I'll +1 it when that's done.
      wrowe: ditto's - good concept.
 
-   * mod_cache: While serving a cached entity ensure that filters that have
-     been applied to this cached entity before saving it to the cache are not
-     applied again.
-        PR: 40090
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=425787&view=rev
-     2.2.x version of patch:
-       Trunk version works
-     +1: rpluem, wrowe
-
    * mod_cache: Correctly cache and recall entities whose request URL's
      are url-escaped.
         PR: 41475
@@ -159,7 +159,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewvc?view=rev&revision=506621
      2.2.x version of patch:
        Trunk version works
-     +1: rpluem
+     +1: rpluem, jerenkrantz
          wrowe asks - is there a disambiguation problem here?  The items
          in the cache should either entirely be escaped or unescaped.
          Can't violate the applicable canonicalization.  However, if this
@@ -183,7 +183,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewvc?view=rev&revision=504183
      2.2.x version of patch:
        Trunk version works
-     +1: rpluem
+     +1: rpluem, jerenkrantz
 
    * mod_dbd: initialise resources and prepared statements in all vhosts
      PRs: 42327, 41302
@@ -291,6 +291,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://people.apache.org/~chrisd/patches/mod_dbd_pools_groups/mod_dbd-4groups-2.2.x.patch
      +1: chrisd
 
+   * mod_cache: Allow query string requests with max-age to be cached.
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=538807
+     2.2.x version of patch:
+       http://people.apache.org/~jerenkrantz/max-age-2.2.x.patch
+       (Trivially conflicts with CacheIgnoreQueryString above.)
+     +1: jerenkrantz
 
 PATCHES/ISSUES THAT ARE STALLED