From: Eric Covener Date: Wed, 17 Jul 2013 14:27:43 +0000 (+0000) Subject: retcon AuthBasicFake into the CHANGES file X-Git-Tag: 2.4.7~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=517395f31e65187d8719cdfe27ea8a8214f03d7d;p=apache retcon AuthBasicFake into the CHANGES file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1504151 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 822ca4b476..c8b0f400a0 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,11 @@ Changes with Apache 2.4.5 Existing configurations must be changed. [Takashi Sato , Graham Leggett] + *) mod_auth_basic: Add a generic mechanism to fake basic authentication + using the ap_expr parser. AuthBasicFake allows the administrator to + construct their own username and password for basic authentication based + on their needs. [Graham Leggett] + *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254. [Jackie Zhang ]