You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2009/01/09 22:58:04 UTC

svn commit: r733164 - /httpd/httpd/branches/2.0.x/STATUS

Author: covener
Date: Fri Jan  9 13:58:04 2009
New Revision: 733164

URL: http://svn.apache.org/viewvc?rev=733164&view=rev
Log:
vote/promote for Set-Cookie on 304

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=733164&r1=733163&r2=733164&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Fri Jan  9 13:58:04 2009
@@ -124,6 +124,12 @@
        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 @@
        (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