DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13121>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13121

ErrorDocument definitions do not work with Auth.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-10-08 16:57 -------
Apache NEVER prompts for a username/password.  It is the browser that
is responsible for that.  And the browser will do it whenever it receives
a 403 HTTP status code from the server.  This status code is sent
WITH the error document, not "before" it.

For more information on HTTP Basic authentication, I suggest you consult
the HTTP specification.

The evidence is:

- Without PHP, apache sends the proper status code (even when using other
filters like mod_include).
- With PHP, apache does not send the proper status code.

That evidence makes it quite likely (though certainly not positive) that the
problem is in the PHP filter.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to