From: Geoffrey Young Date: Mon, 12 Jul 2004 17:04:40 +0000 (+0000) Subject: note backport X-Git-Tag: pre_ajp_proxy~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2956f2512116886fcf2afcac176751dafbe37459;p=apache note backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104254 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7fbc8c2b41..6465d7a581 100644 --- a/CHANGES +++ b/CHANGES @@ -136,10 +136,6 @@ Changes with Apache 2.1.0-dev *) mod_usertrack: Escape the cookie name before pasting into the regexp. [André Malo] - *) Enable special ErrorDocument value 'default' which restores the - canned server response for the scope of the directive. - [Geoffrey Young] - *) Allow Digest providers to return AUTH_DENIED to propagate a 401 status and terminate the provider chain prior to checking the password. [Geoffrey Young] @@ -405,6 +401,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.51 + *) Enable special ErrorDocument value 'default' which restores the + canned server response for the scope of the directive. + [Geoffrey Young, Andre Malo] + *) work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack is set in r->subprocess_env allow mismatched query strings to pass. PR 27758. [Paul Querna, Geoffrey Young]