]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Wed, 27 Apr 2016 12:26:25 +0000 (12:26 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 27 Apr 2016 12:26:25 +0000 (12:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1741242 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0bba4f714fe0f81a4ab0054521438c4c4f557a99..193aa5755c780d8d6427c3ed6b67cbadda9d7573 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -114,6 +114,21 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) CGIVar for controlling building of REQUEST_URI (and future uses)
+     As mentioned on dev@:
+     * This is intended to replace existing methods of configuring how various
+       CGI vars should be built over the long term, though only REQUEST_URI is
+       handled for now.
+     * If the mechanism should be usable by third-party modules for its own
+       concerns, a check for recognized-envvar can be removed from the command
+       processor and the rest of the code will let the third-party module do
+       the right thing since the rule for a var is a character string in a table,
+       not a separate core_dir_config flag with enumerated values.
+     Trunk patch: r1734947, 1735952
+     2.4.x patch: https://emptyhammock.com/media/downloads/CGIVar-to-2.4.x.txt
+       Bad Jeff: The MMN change was missing originally, same patch updated :(
+     +1: trawick, ylavic, jim
+     trawick: If someone has an idea to make this more palatable, I'm all ears.
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -155,22 +170,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      updated patch with APLOGNOs by merging 1735931,1735935 from trunk
      updated patch with APLOGNOs by merging 1735942 from trunk
 
-  *) CGIVar for controlling building of REQUEST_URI (and future uses)
-     As mentioned on dev@:
-     * This is intended to replace existing methods of configuring how various
-       CGI vars should be built over the long term, though only REQUEST_URI is
-       handled for now.
-     * If the mechanism should be usable by third-party modules for its own
-       concerns, a check for recognized-envvar can be removed from the command
-       processor and the rest of the code will let the third-party module do
-       the right thing since the rule for a var is a character string in a table,
-       not a separate core_dir_config flag with enumerated values.
-     Trunk patch: r1734947, 1735952
-     2.4.x patch: https://emptyhammock.com/media/downloads/CGIVar-to-2.4.x.txt
-       Bad Jeff: The MMN change was missing originally, same patch updated :(
-     +1: trawick, ylavic, jim
-     trawick: If someone has an idea to make this more palatable, I'm all ears.
-
   *) mod_ssl: Return 502 instead of 500 when SSL peer check or 
      proxy_post_handshake hook fails. 
      Trunk patch: r1645529 (works)