]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Reverse an earlier decision not to log EACESS results. This will
authorJoshua Slive <slive@apache.org>
Tue, 13 May 2003 15:19:30 +0000 (15:19 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 13 May 2003 15:19:30 +0000 (15:19 +0000)
commit148269ab82051f80b81e225b1b05357a6aa2ebac
tree2d5d9a4a430e0656d202df7814c3b517b0c79432
parent217cb8dbaf207e18b739c9c98d605f4d552cf57a
Reverse an earlier decision not to log EACESS results.  This will
result in multiple log-entries when requesting a directory where
the DirectoryIndex contains multiple entires, but it should eliminate
a major source of confusion which results from a 403 error with
no error log entry.

The fix was pointed out by Jeff; I just adjusted the error message.

Reviewed by: Jeff Trawick, Rich Bowen

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99781 13f79535-47bb-0310-9956-ffa450edef68
src/main/http_request.c