From 700864f3b023ad36eab2a706b127bde33b06c8d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 12 Jan 2004 02:07:54 +0000 Subject: [PATCH] sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102280 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 6e98e6e745..bc32a7c30e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) proxy_http fix: mod_proxy hangs when both KeepAlive and ProxyErrorOverride are enabled, and a non-200 response without a body is generated by the backend server. (e.g.: a client makes a @@ -126,10 +127,6 @@ Changes with Apache 2.1.0-dev *) mod_rewrite: RewriteRules in server context using the force type feature [T=...] no longer disable MultiViews. [André Malo] - *) mod_rewrite: In external rewrite maps lookup keys containing - a newline now cause a lookup failure. PR 14453. - [Cedric Gavage , André Malo] - *) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot. [André Malo] @@ -265,6 +262,16 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) mod_rewrite: In external rewrite maps lookup keys containing + a newline now cause a lookup failure. PR 14453. + [Cedric Gavage , André Malo] + + *) Backport major overhaul of mod_include's filter parser from 2.1. + The new parser code is expected to be more robust and should + catch all of the edge cases that were not handled by the previous one. + The 2.1 external API changes were hidden by a wrapper which is + expected to keep the API backwards compatible. [André Malo] + *) Add a hook (insert_error_filter) to allow filters to re-insert themselves during processing of error responses. Enable mod_expires to use the new hook to include Expires headers in valid error -- 2.40.0