From: André Malo Date: Wed, 23 Jul 2003 21:58:11 +0000 (+0000) Subject: sync X-Git-Tag: pre_ajp_proxy~1383 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b38ed3468259758d3c4d544d58f2afad6f72737;p=apache sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100752 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4409d24463..134319846d 100644 --- a/CHANGES +++ b/CHANGES @@ -31,11 +31,6 @@ Changes with Apache 2.1.0-dev *) mod_ssl: Fix a problem setting variables that represent the client certificate chain. PR 21397 [Jeff Trawick] - *) Remember an authenticated user during internal redirects if the - redirection target is not access protected and pass it - to scripts using the REDIRECT_REMOTE_USER environment variable. - PR 10678, 11602. [André Malo] - *) mod_rewrite: fix a problem in the proxy support of mod_rewrite. The broken code was inserting multiple "proxy:" fields in the rewritten URIs. [PR: 13946] @@ -199,6 +194,11 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.48 + *) Remember an authenticated user during internal redirects if the + redirection target is not access protected and pass it + to scripts using the REDIRECT_REMOTE_USER environment variable. + PR 10678, 11602. [André Malo] + *) mod_include: Fix a trio of bugs that would cause various unusual sequences of parsed bytes to omit portions of the output stream. PR 21095. [Ron Park , André Malo, Cliff Woolley]