]> granicus.if.org Git - apache/commit
Fix FakeBasicAuth for subrequests. This was reported via issue
authorSander Striker <striker@apache.org>
Thu, 7 Aug 2003 01:53:11 +0000 (01:53 +0000)
committerSander Striker <striker@apache.org>
Thu, 7 Aug 2003 01:53:11 +0000 (01:53 +0000)
commitee9dda04d67042c35d2f9e5e2edec75f27c9c8ff
tree5445a5bd07ce212f6f0bc24411b799b310bc83e6
parentab054b39d8198768dcf0d624de0fdedaa1392fa1
Fix FakeBasicAuth for subrequests.  This was reported via issue
#1364 in Subversion:

  http://subversion.tigris.org/issues/show_bug.cgi?id=1364

The fix is to make mod_ssl's check_user_id hook stop tripping
over it's own checks in case of a subrequest.  That is, it
should DECLINE in case of a subrequest.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100926 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c