]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove a vote due to lack of interest/support. this is a rare case.
authorGreg Ames <gregames@apache.org>
Thu, 5 May 2005 19:36:32 +0000 (19:36 +0000)
committerGreg Ames <gregames@apache.org>
Thu, 5 May 2005 19:36:32 +0000 (19:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@168389 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5d9408b714f330643b3dd8df80f8c772624b70be..2cf50c4da0262c6fe05c9bc49263f15278adf6fe 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -200,21 +200,6 @@ PATCHES TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewcvs?view=rev&rev=154319
       +1: stoddard, striker, wrowe (as corrected in subsequent patches)
 
-    * don't propagate input headers describing a body to a GET subrequest
-      with no body
-      http://svn.apache.org/viewcvs?view=rev&rev=158798
-      http://svn.apache.org/viewcvs?view=rev&rev=159410
-      http://svn.apache.org/viewcvs?view=rev&rev=160573
-      +1: gregames
-      -1: jerenkrantz (read_length isn't a sufficient check to see if a body
-                       is present in the request; presence of T-E and C-L in
-                       the headers is the correct flag.)
-      +/-0: wrowe (this has a negative impact on modules who wish to 'inspect'
-            the headers, e.g. an xml transformation affected by the query
-            string or request POST args.  The right solution is adopt apreq,
-            providing an API for filters to participate in POST bodies.)
-      gregames: done in rev 160573
-
     * mod_version: New Module, Backport from trunk. Requires Minor MMN Bump.
       http://svn.apache.org/repos/asf/httpd/httpd/branches/mod_version_for_2.0.x
       +1: pquerna