for the directory, ignore the inherited override_opts field.
PR: 35330
Submitted by: kabe <kabe sra-tohoku.co.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291120
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) Fix regression since 2.0.x in AllowOverride Options handling.
+ PR 35330. [kabe <kabe sra-tohoku.co.jp>]
+
*) Move mod_dbd to /modules/database/ (Nick Kew)
*) Move mod_filter and mod_charset_lite to /modules/filters/ (Nick Kew)
if (!(this_dir->override & OR_UNSET)) {
opts->override = this_dir->override;
- }
- if (!(this_dir->override_opts & OR_UNSET)) {
opts->override_opts = this_dir->override_opts;
}
}