]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Any failure in apr_stat on a symlink currently gives
authorJoshua Slive <slive@apache.org>
Sat, 10 Sep 2005 16:36:37 +0000 (16:36 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 10 Sep 2005 16:36:37 +0000 (16:36 +0000)
commitf154e2b3b26323a91d5d916b78fe0eb69fab197a
treece6289b52017b3d8c96343c2b8ec99109082207d
parentd2f9ab165965460a1ba1a1e1aa1ef258963cfef9
Any failure in apr_stat on a symlink currently gives
"Symbolic link not allowed", which results in much head-scratching
if the actual problem is a broken link of some sort.  The real
fix would be to propogate the correct apr_stat error into the
error log, but that would require more refactoring than I'm
prepared to do.  This change simply expands the error message
to include both possibilities.  It improves the situation for
PR28515 but does not solve it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@280018 13f79535-47bb-0310-9956-ffa450edef68
server/request.c