From: Justin Erenkrantz Date: Fri, 4 Feb 2005 18:10:40 +0000 (+0000) Subject: Reflect one merged backport. X-Git-Tag: 2.0.53~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5737928555c3f0f2a7a17b40b34574c1583bfdfc;p=thirdparty%2Fapache%2Fhttpd.git Reflect one merged backport. Also, rewrite one backport description to actually make sense to mere mortals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151385 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 23cee3fd572..836d1699f85 100644 --- a/STATUS +++ b/STATUS @@ -119,15 +119,6 @@ PATCHES TO BACKPORT FROM TRUNK: PR: 32529 +1: jorton - *) modules/config5.m4 & docs/manual/programs/configure.xml: - --with-module can now take more than one module to be statically - linked: - --with-module=:,:,... - If the -subdirectory doesn't exist it will be created and - populated with a standard Makefile.in - svn rev 124600 - +1: erikabele, jerenkrantz, fielding - *) win32: Handle PATH_INFO as opaque byte-wise data for cgi invocation, as handled for other variables originally fixed in bug 9223. PR: 32730 Submitted by: Richard Donkin @@ -206,15 +197,16 @@ PATCHES TO BACKPORT FROM TRUNK: Due to HTTP compliance, we must either send the body T-E: chunked or include a C-L for the request body. Connection: Close is not - an option. [jerenkrantz 2002/12/08 21:37:27] + an option. + + A newer version of this fix that acts even better (spools to disk) has + been committed to trunk. The equivalent patch for 2.0.x is at: + http://www.apache.org/~trawick/20reqbody.txt + + +1: trawick, jerenkrantz + Previous votes (before trawick's recent 2.1 commits): +1: stoddard, striker, jim -1: brianp (we need a more robust solution than what's in 2.1 right now), - jerenkrantz (should be fixed, but I don't have time to do this) - trawick: A fix has been committed to 2.1-dev. The equivalent patch - for 2.0.x is at www.apache.org/~trawick/20reqbody.txt - (That patch doesn't show a recent change to comments, but that - change is in my 2.0.x tree.) - +1 for 20reqbody.txt: trawick * mod_cache: Add CacheIgnoreHeaders directive. PR: 30399