From 1c39b9f369e42888265d8ed00d2ff2105d884d37 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Fri, 27 May 2011 19:28:11 +0000 Subject: [PATCH] properly merge directory configs in mod_include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128430 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++ docs/manual/upgrading.xml | 7 +++- modules/filters/mod_include.c | 71 +++++++++++++++++++++++------------ 3 files changed, 56 insertions(+), 26 deletions(-) diff --git a/CHANGES b/CHANGES index 0b7159e41a..f48e92e4a8 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.3.13 + *) mod_include: Merge directory configs instead of one SSI* config directive + causing all other per-directory SSI* config directives to be reset. + [Stefan Fritsch] + *) mod_charset_lite: Remove DebugLevel option in favour of per-module loglevel. [Stefan Fritsch] diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index e2ce3f7739..9c95f5e817 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -225,6 +225,11 @@ module="filter">FilterProvider syntax has changed and now uses a boolean expression to determine if a filter is applied. + +
  • mod_include: An SSI* config directive in directory + scope no longer causes all other per-directory SSI* directives to be + reset to their default values. +
  • @@ -233,7 +238,7 @@ Misc Changes