From: André Malo Date: Tue, 17 Aug 2004 19:59:38 +0000 (+0000) Subject: sync X-Git-Tag: STRIKER_2_1_0_RC1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba70576ebe03beda2f2c5fa5b1d4ee32de1b742c;p=apache sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104695 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 408dd28a1f..6a7ee6ee79 100644 --- a/CHANGES +++ b/CHANGES @@ -163,9 +163,6 @@ Changes with Apache 2.1.0-dev *) mod_log_config now logs all Set-Cookie headers if the %{Set-Cookie}o format is used. PR 27787. [André Malo] - *) mod_usertrack: Escape the cookie name before pasting into the - regexp. [André Malo] - *) Allow Digest providers to return AUTH_DENIED to propagate a 401 status and terminate the provider chain prior to checking the password. [Geoffrey Young] @@ -425,6 +422,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.51 + *) mod_usertrack: Escape the cookie name before pasting into the + regexp. [André Malo] + *) Extend the SetEnvIf directive to capture subexpressions of the matched value. [André Malo]