]> granicus.if.org Git - apache/commitdiff
retcon AuthBasicFake into the CHANGES file
authorEric Covener <covener@apache.org>
Wed, 17 Jul 2013 14:27:43 +0000 (14:27 +0000)
committerEric Covener <covener@apache.org>
Wed, 17 Jul 2013 14:27:43 +0000 (14:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1504151 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 822ca4b4764d67ef11d78bed23fc4f86ecee33da..c8b0f400a0cc53e7a0a67d5f17310a2c9e9f7745 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,11 @@ Changes with Apache 2.4.5
      Existing configurations must be changed.
      [Takashi Sato <takashi tks.st>, 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 <jackie qq zhang gmail com>]