You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by André Malo <nd...@perlig.de> on 2003/01/27 02:38:30 UTC

[patch] PR 9076: Satisfy Any without AuthType set is broken

actually this bug happened over 5 years ago ...

However, try a standard installation and put a single "Satisfy Any" into 
the DocumentRoot's Directory section. If you then try to access 
http://localhost: in 1.3 you'll get a weird 500 without an errorlog 
message. In 2.x you'll loose all MIME and handler information (in fact it 
won't be set).

I've attached patches for 1.3, 2.0 and 2.1, which all do the same. They 
remove the bogus !auth_type check for the access_checker run.
Since it's a sensitive area, some review would be appreciated.

nd
-- 
sub the($){+shift} sub answer (){ord q
        [* It is always 42! *]       }
           print the answer
# André Malo # http://pub.perlig.de/ #