Commit 036517b7 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Give mod_cache some more lovin': cast some votes and propose a backport.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538809 13f79535-47bb-0310-9956-ffa450edef68
parent 397f9faa
Loading
Loading
Loading
Loading
+19 −12
Original line number Diff line number Diff line
@@ -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