You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2007/05/18 01:14:50 UTC

svn commit: r539161 - /httpd/httpd/branches/2.2.x/STATUS

Author: jerenkrantz
Date: Thu May 17 16:14:49 2007
New Revision: 539161

URL: http://svn.apache.org/viewvc?view=rev&rev=539161
Log:
Vote on a backport.

Move two that are approved to the right section. (rpluem and fielding both
posted on dev@httpd that they are okay with trunk version going in instead.)

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=539161&r1=539160&r2=539161
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu May 17 16:14:49 2007
@@ -114,6 +114,29 @@
        (Applies cleanly)
      +1: jerenkrantz, fielding, rpluem
 
+   * mod_proxy: Print the correct error message for erroneous configured
+     ProxyPass directives
+        PR: 40439
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=441947
+     2.2.x version of patch:
+       Trunk version works
+     +1: rpluem, jim, jerenkrantz
+
+   * 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:
+       Trunk version works
+     +1: jerenkrantz, fielding, rpluem
+     rpluem asks: Why not backporting the adjusted error message :-)?
+                  Otherwise +1.
+     jerenkrantz: As I replied, I don't care either way.  I was just trying to
+                  minimize the delta against 2.2.x.
+     rpluem     : Now that CacheIgnoreQueryString has been backported r538807
+                  applies cleanly to 2.2.x. So I assume it is ok to use
+                  r538807 instead of max-age-2.2.x.patch.
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * ApacheMonitor: Fix Windows Vista detection.
@@ -177,15 +200,6 @@
          PR 42327 seems like a duplicate of 41302 (both would be closed
          by r503931), and r496831 would close PR 39985 as well.
 
-   * mod_proxy: Print the correct error message for erroneous configured
-     ProxyPass directives
-        PR: 40439
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=441947
-     2.2.x version of patch:
-       Trunk version works
-     +1: rpluem, jim
-
    * mod_dbd: Rename functions and variables for consistency, and move
      some functions around for readability, prior to making
      functional changes for PRs 39985, 41302, and other issues.
@@ -264,21 +278,6 @@
      2.2.x version of patch:
        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, fielding
-     rpluem asks: Why not backporting the adjusted error message :-)?
-                  Otherwise +1.
-     jerenkrantz: As I replied, I don't care either way.  I was just trying to
-                  minimize the delta against 2.2.x.
-     rpluem     : Now that CacheIgnoreQueryString has been backported r538807
-                  applies cleanly to 2.2.x. So I assume it is ok to use
-                  r538807 instead of max-age-2.2.x.patch.
 
    * mod_cache: Let Cache-Control max-age set the expiration date.
      Trunk version of patch: