From: Graham Leggett Date: Mon, 25 Feb 2013 10:26:26 +0000 (+0000) Subject: Withdraw the vote. While fixing PR52616 is good, we need a more generic way X-Git-Tag: 2.4.5~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f0d3715d3502593b02de09658d5b03f4002b061;p=apache Withdraw the vote. While fixing PR52616 is good, we need a more generic way 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 --- diff --git a/STATUS b/STATUS index ba1a63405a..b020254232 100644 --- 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.