Commit 6af2c29f authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

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
parent f7dc7487
Loading
Loading
Loading
Loading
+8 −16
Original line number Diff line number Diff line
@@ -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=<modtype>:<modfile>,<modtype>:<modfile>,...
       If the <modtype>-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 <rd9 donkin.org>
@@ -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