]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote. Low-hanging fruit.
authorNick Kew <niq@apache.org>
Sat, 10 Jan 2009 09:50:03 +0000 (09:50 +0000)
committerNick Kew <niq@apache.org>
Sat, 10 Jan 2009 09:50:03 +0000 (09:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733252 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 54ea79a2ad85d5875e08658855c1dff4716938f2..0f98b3fe75358cc772c43f491b1644123f051f09 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -102,6 +102,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       http://people.apache.org/~rederpj/backport_PR46342_simpleLDAPinit.diff
     +1: rederpj, niq, covener
 
+  * mod_cache: Introduce 'no-cache' per-request environment variable
+    to prevent the saving of an otherwise cacheable response.
+      trunk:
+        http://svn.apache.org/viewvc?rev=729316&view=rev
+        http://svn.apache.org/viewvc?rev=729317&view=rev
+      2.2.x:
+        trunk works
+    +1 covener, rpluem, niq
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -121,23 +129,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://people.apache.org/~niq/patches/45959
     +1: niq, rpluem
 
-  * mod_cache: Introduce 'no-cache' per-request environment variable
-    to prevent the saving of an otherwise cacheable response.
-      trunk:
-        http://svn.apache.org/viewvc?rev=729316&view=rev
-        http://svn.apache.org/viewvc?rev=729317&view=rev
-      2.2.x:
-        trunk works
-    +1 covener, rpluem
-    niq: why an env var?  We already have r->no_cache, which is something
-         of an aberration (would be better within mod_cache).  But given
-         that, why not a config option to set it, rather than an env var?
-    covener: Seems simpler to use all the SetEnvIf and Rewrite goodies
-             then making something in mod_cache more complicated.
-    rpluem: Agrees with covener. If there are still doubts this should be
-            followed up on dev@ with a discussion on the trunk revisions
-            because these are not backport related questions.
-
   * mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
     way that per-directory rewrites append the previous notion of PATH_INFO
     to each substitution before evaluating subsequent rules.
@@ -167,10 +158,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewvc?rev=733218&view=rev
       2.2.x:
         trunk works
-    +1 covener
-    niq: should observe ap_fputstrs = ap_pstrcat + ap_fputs
-         (and surely one CHANGES entry should be sufficient?)
-    covener: rev addded addressing both
+    +1 covener, niq
 
  * mod_proxy_http: Add server_rec to ap_log_error() calls for interim
    response messages
@@ -179,10 +167,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewvc?rev=733219&view=rev
     2.2.x:
       trunk works
-    +1: covener,
-    niq says: since there's a request_rec, why not switch to ap_log_rerror?
-    covener: added rev, ap_log_rerror() was my first thought and talked
-             myself out of it somehow.
+    +1: covener, niq
 
 PATCHES/ISSUES THAT ARE STALLED