]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote
authorJim Jagielski <jim@apache.org>
Mon, 18 Aug 2008 15:39:05 +0000 (15:39 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 18 Aug 2008 15:39:05 +0000 (15:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686788 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 965d3e84696529f1e2211e86844a1b7b30bff6f9..f9b3ca26ec9775671f50602e23fed32e4463b16a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,6 +90,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
    http://svn.apache.org/viewvc?rev=639010&view=rev (mmn)
    +1: niq, rpluem, mturk
 
+ * mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
+   PR 44799
+   Trunk version of patch:
+         http://svn.apache.org/viewvc?rev=647395&view=rev
+         http://svn.apache.org/viewvc?rev=660461&view=rev
+         http://svn.apache.org/viewvc?rev=660566&view=rev
+         http://svn.apache.org/viewvc?rev=664330&view=rev
+   Backport version for 2.2.x of patch:
+         Trunk version of patch works
+   +1: rpluem, niq, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -111,17 +122,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -1: rpluem: jorton found some problems with the trunk version and they
                   should be fixed / discussed in trunk before we backport.
 
- * mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
-   PR 44799
-   Trunk version of patch:
-         http://svn.apache.org/viewvc?rev=647395&view=rev
-         http://svn.apache.org/viewvc?rev=660461&view=rev
-         http://svn.apache.org/viewvc?rev=660566&view=rev
-         http://svn.apache.org/viewvc?rev=664330&view=rev
-   Backport version for 2.2.x of patch:
-         Trunk version of patch works
-   +1: rpluem, niq
-
  * core, authn/z: Avoid calling access control hooks for internal requests
    with configurations which match those of initial request.  Revert to
    original behaviour (call access control hooks for internal requests