From 8887c5d6c06a023ed3026879a25fc0fc0d0ee5d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 20 Aug 2004 19:01:55 +0000 Subject: [PATCH] sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104756 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 0472447031..7bc42d6b78 100644 --- a/CHANGES +++ b/CHANGES @@ -215,9 +215,6 @@ Changes with Apache 2.1.0-dev *) mod_rewrite: Support for recognizing SSL variables in RewriteCond using the new "SSL:" format. [Joe Orton, Madhusudan Mathihalli] - *) mod_setenvif: Remove "support" for Remote_User variable which - never worked at all. PR 25725. [André Malo] - *) minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic now populates r->user with the (possibly unauthenticated) user, and mod_auth_digest returns 500 when a provider returns @@ -228,9 +225,6 @@ Changes with Apache 2.1.0-dev the Apache License, Version 2.0 (http://www.apache.org/licenses). [Apache Software Foundation] - *) FreeBSD: Use the httpready accept filter instead of dataready on - newer levels of the OS. [Paul Querna ] - *) Delete some make-generated files in the server directory during "make clean" processing. PR 26552. [Jeff Trawick] @@ -447,6 +441,18 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.51 + *) mod_setenvif: Remove "support" for Remote_User variable which + never worked at all. PR 25725. [André Malo] + + *) Backport from 2.1 / Regression from 1.3: mod_headers now knows + again the functionality of the ErrorHeader directive. But instead + using this misnomer additional flags to the Header directive were + introduced ("always" and "onsuccess", defaulting to the latter). + PR 28657. [André Malo] + + *) Use the higher performing 'httpready' Accept Filter on all platforms + except FreeBSD < 4.1.1. [Paul Querna] + *) mod_usertrack: Escape the cookie name before pasting into the regexp. [André Malo] -- 2.40.0