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
-*- 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>]
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:
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,