]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote/promote for Set-Cookie on 304
authorEric Covener <covener@apache.org>
Fri, 9 Jan 2009 21:58:04 +0000 (21:58 +0000)
committerEric Covener <covener@apache.org>
Fri, 9 Jan 2009 21:58:04 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@733164 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a58d9cb77084eb800d00941dab9f78807c1061ac..d19f50047bae8ece17afddbb90e80c773cf3bdc5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,6 +124,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
        http://people.apache.org/~fuankg/diffs/httpd-2.0.x-ap_vhost_iterate_given_conn.diff
     +1: fuankg, wrowe, pgollucci
 
+  * Backport 104924: PR 18388; Add Set-Cookie and Set-Cookie2 to the
+    list of headers allowed to pass through on a 304 response.
+    This has been in trunk since 2004, released in 2.2.0.
+      http://svn.apache.org/viewvc?view=rev&revision=104924
+    +1: fielding, wrowe, covener
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ please place SVN revisions from trunk here, so it is easy to
     identify exactly what the proposed changes are!  Add all new
@@ -146,12 +152,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        (trunk version works)
     +1: covener
       
-  * Backport 104924: PR 18388; Add Set-Cookie and Set-Cookie2 to the
-    list of headers allowed to pass through on a 304 response.
-    This has been in trunk since 2004, released in 2.2.0.
-      http://svn.apache.org/viewvc?view=rev&revision=104924
-    +1: fielding, wrowe
-
   * Stupid-simple patch specific to give rotatelogs the same behavior
     as the core log writer;
     +1: wrowe