]> granicus.if.org Git - apache/commitdiff
Withdraw the vote. While fixing PR52616 is good, we need a more generic way
authorGraham Leggett <minfrin@apache.org>
Mon, 25 Feb 2013 10:26:26 +0000 (10:26 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 25 Feb 2013 10:26:26 +0000 (10:26 +0000)
of faking basic auth that doesn't need to be baked into every auth module.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1449650 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ba1a63405a8561ce6280441eb2da2d0e793d60c8..b02025423278b4ce444e6b94f9ab33aaf4e60ae0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -171,13 +171,6 @@ OTHER PROPOSALS
 
 PATCHES/ISSUES THAT ARE STALLED
 
-  * mod_ssl: Allow the SSLUserName to be used to control the
-    username passed by the FakeBasicAuth option. PR52616.
-    trunk patch: http://svn.apache.org/viewvc?rev=1432322&view=rev
-    2.4.x patch: trunk patch works (minus docs/log-message-tags)
-    +1: minfrin
-    -1: jorton, changes existing semantics per kbrand msgid <50F65606.9050607@velox.ch>
-
   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be
     compiled by the build compiler instead of the host compiler.
     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.