You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/04/25 20:47:58 UTC

svn commit: r1096558 - /httpd/httpd/branches/2.2.x/STATUS

Author: sf
Date: Mon Apr 25 18:47:58 2011
New Revision: 1096558

URL: http://svn.apache.org/viewvc?rev=1096558&view=rev
Log:
- vote+promote
- propose
- remove old failed proposal

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1096558&r1=1096557&r2=1096558&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Apr 25 18:47:58 2011
@@ -91,6 +91,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * HTTP Protocol: Fix handling of extra request data sent with Expect: 100
+    PR 47087
+    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=888310
+    2.2.x: Trunk works with offset
+    +1: niq, wrowe, sf
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -100,12 +106,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     Trunk patch (applies for worker): http://svn.apache.org/viewvc?view=revision&revision=1064269
     2.2.x patch (for event): http://people.apache.org/~igalic/patches/event-mpm-fdqueue.patch
 
-  * HTTP Protocol: Fix handling of extra request data sent with Expect: 100
-    PR 47087
-    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=888310
-    2.2.x: Trunk works with offset
-    +1: niq, wrowe
-
   * Fixes for gcc -Wall warnings in Windows code
     Trunk patch: revisions/descriptions at
                  http://people.apache.org/~trawick/mingw_patch_revisions.txt
@@ -123,24 +123,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: Trunk patch applies with offset
     +1: trawick, wrowe
 
-PATCHES/ISSUES THAT ARE STALLED
+  * core: Send error 408 instead of 400 or 413 when appropriate
+    Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=820760
+                   http://svn.apache.org/viewvc?view=revision&revision=919323
+                   http://svn.apache.org/viewvc?view=revision&revision=937858
+                   http://svn.apache.org/viewvc?view=revision&revision=938265
+    2.2.x patch: http://people.apache.org/~sf/408.diff
+    +1: sf
 
-  * mod_dav: If an unknown Content-* header is received for a PUT request, we
-    must not ignore it but reply with 501 per RFC 2616 9.6.
-    PR: 42978
-    Trunk version of patch:
-      http://svn.apache.org/viewvc?rev=1026746&view=rev
-    Backport version for 2.2.x of patch:
-      Trunk version of patch works
-    +1: rpluem, covener, poirier
-    -1: roy:
-
-This requirement will
-be (or has already been) removed from httpbis because it hinders
-extensibility and breaks content management systems, just as the
-change below causes content-language to be broken.  That is why
-we never implemented this requirement when it was added (without
-consensus) to RFC 2616.
+PATCHES/ISSUES THAT ARE STALLED
 
   * core: Support wildcards in both the directory and file components of
     the path specified by the Include directive.