Scott Gifford <[EMAIL PROTECTED]> writes: [...]
> The cause seems to be that when mod_perl gets an "Authorization"
> header in the request, it doesn't supply a "WWW-Authenticate" header
> in the response.
Nevermind, found it, the solution was to call:
$r->note_basic_auth_failure();
----Scott.
