]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose AuthDigestProvider/AuthnProviderAlias init error detection for backport
authorEric Covener <covener@apache.org>
Mon, 7 Jul 2008 00:48:37 +0000 (00:48 +0000)
committerEric Covener <covener@apache.org>
Mon, 7 Jul 2008 00:48:37 +0000 (00:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@674377 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 218c2507c001ec435c612aa86c7486c5912de1d4..6469eb231154811a60f43d0aa90ae1e68c27c572 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -153,6 +153,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://people.apache.org/~tdonovan/diffs/mod_rewrite_proxy_esc_2.2.x.diff
    +1: rpluem
 
+ * mod_auth_digest: Detect during startup when AuthDigestProvider
+   is configured to use an incompatible provider via AuthnProviderAlias.
+   PR 45196 
+   Trunk version of patches:
+        http://svn.apache.org/viewvc?rev=672639&view=rev
+        http://svn.apache.org/viewvc?rev=672671&view=rev
+        http://svn.apache.org/viewvc?rev=674364&view=rev (MMN comment)
+   Backport version for 2.2.x of patch:
+        http://people.apache.org/~covener/2.2.x-digest_vs_authnalias.diff
+   +1: covener
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when