]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorNick Kew <niq@apache.org>
Thu, 29 Nov 2007 02:21:55 +0000 (02:21 +0000)
committerNick Kew <niq@apache.org>
Thu, 29 Nov 2007 02:21:55 +0000 (02:21 +0000)
Withdraw objection to the mod_include -A patch, having satisfied myself
that nothing serious stands in the way of plans for generalising the parser.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599249 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b85e20eaecb38fa7316702888b06c89f5188c38f..e56e1d83f07e44762ca03c8e32ad0f157749bdb2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,10 +79,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
     * multiple files, Trivial cleanups
       PR: 39518 - Christophe JAILLET
       trunk:
@@ -90,7 +86,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewvc?view=rev&revision=557972
       2.2.x
          http://people.apache.org/~rpluem/patches/code_clean.diff
-      +1: rpluem, trawick
+      +1: rpluem, trawick, niq
 
    * mod_include: Add an "if" directive syntax to test whether an URL
      is accessible, and if so, conditionally display content. This
@@ -99,12 +95,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://svn.apache.org/viewvc?view=rev&revision=571872
      http://svn.apache.org/viewvc?view=rev&revision=571927
      http://svn.apache.org/viewvc?view=rev&revision=572136
-     +1: minfrin, jim
-     -0.9: niq.  I'm happy with the feature, but would prefer a different
-           implementation.  Building it in to the parser is ugly, and
-           prevents the parser generalising.  It should be implemented
-           in the string parser (some variant of ap_ssi_parse_string)
-           instead.
+     +1: minfrin, jim, niq
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
 
     * mod_rewrite: Also set the Vary header if a rewrite condition is true and
       uses a HTTP header, but all remaining rewrite conditions are skipped due