You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2005/05/06 08:23:58 UTC

Re: svn commit: r168389 - /httpd/httpd/branches/2.0.x/STATUS

Rather than axing this comment altogether... the notes were useful.
I'd like to see it back in status at least for information to those 
who want to fix the problem, per Justin's comments.  With the right
fix, I'm happy to have this fixed in 2.0 (doing nothing about the
subrequest trying to glom onto the POST body.)

My side of this, for future release, is focused on apreq and that
comment can go away for now.

Bill


At 02:36 PM 5/5/2005, gregames@apache.org wrote:
>Author: gregames
>Date: Thu May  5 12:36:32 2005
>New Revision: 168389
>
>URL: http://svn.apache.org/viewcvs?rev=168389&view=rev
>Log:
>remove a vote due to lack of interest/support.  this is a rare case.
>
>Modified:
>    httpd/httpd/branches/2.0.x/STATUS
>
>Modified: httpd/httpd/branches/2.0.x/STATUS
>URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=168389&r1=168388&r2=168389&view=diff
>==============================================================================
>--- httpd/httpd/branches/2.0.x/STATUS (original)
>+++ httpd/httpd/branches/2.0.x/STATUS Thu May  5 12:36:32 2005
>@@ -200,21 +200,6 @@
>       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