You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/02/25 11:26:26 UTC

svn commit: r1449650 - /httpd/httpd/branches/2.4.x/STATUS

Author: minfrin
Date: Mon Feb 25 10:26:26 2013
New Revision: 1449650

URL: http://svn.apache.org/r1449650
Log:
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.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1449650&r1=1449649&r2=1449650&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Feb 25 10:26:26 2013
@@ -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 <50...@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.