From: Eric Covener Date: Mon, 7 Jul 2008 00:48:37 +0000 (+0000) Subject: propose AuthDigestProvider/AuthnProviderAlias init error detection for backport X-Git-Tag: 2.2.10~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b179107d1758a6b910ef6c27f6fe2c4f6962ab;p=thirdparty%2Fapache%2Fhttpd.git propose AuthDigestProvider/AuthnProviderAlias init error detection for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@674377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 218c2507c00..6469eb23115 100644 --- 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