Commit 87aeea7a authored by Jeff Trawick's avatar Jeff Trawick
Browse files

merge from trunk:

core: Correct a regression since 2.0.x in the handling of AllowOverride
Options.

PR: 41829

Submitted by: Torsten Förtsch <torsten.foertsch gmx.net>
Reviewed by: niq, rpluem, trawick



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@526912 13f79535-47bb-0310-9956-ffa450edef68
parent 267f9ace
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
                                                        -*- coding: utf-8 -*-
Changes with Apache 2.2.5
  *) core: Correct a regression since 2.0.x in the handling of AllowOverride 
     Options.  PR 41829.  [Torsten Förtsch <torsten.foertsch gmx.net>]
  *) mod_proxy_http: Handle request bodies larger than 2 GB by converting
     the Content-Length header of the request correctly. PR 40883.
     [Ruediger Pluem, toadie <toadie643 gmail.com>]
+0 −8
Original line number Diff line number Diff line
@@ -201,14 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     http://svn.apache.org/viewvc?rev=499567&view=rev
     +1: niq, rpluem

   * server/request.c: fix uninitialised config var
     PR: 41829
     http://svn.apache.org/viewvc?rev=522011&view=rev
     +1: niq
     rpluem says: Please also add
                  http://svn.apache.org/viewvc?view=rev&rev=522084
                  to remove the tab. Otherwise +1.

   * support/htdbm.c: Enable crypt() support on platforms with crypt() but not
     <crypt.h>, such as z/OS.
     Trunk version of patch:
+1 −0
Original line number Diff line number Diff line
@@ -615,6 +615,7 @@ AP_DECLARE(int) ap_directory_walk(request_rec *r)
        opts.add = this_dir->opts_add;
        opts.remove = this_dir->opts_remove;
        opts.override = this_dir->override;
        opts.override_opts = this_dir->override_opts;

        /* Set aside path_info to merge back onto path_info later.
         * If r->filename is a directory, we must remerge the path_info,