]> granicus.if.org Git - apache/commit
Fix resolve_symlink to save the original symlink name if known.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 7 Feb 2002 06:29:57 +0000 (06:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 7 Feb 2002 06:29:57 +0000 (06:29 +0000)
commitf1461c4a1c807cba80453844eecbc64beb73412a
treebfc2f778f794a9ab071b19f1d1ca429781acf1b6
parent4b35885d8339bd477362d684c5842989556edece
Fix resolve_symlink to save the original symlink name if known.

We would previously receive APR_INCOMPLETE on symlinks if wanted has
FINFO_NAME set because it isn't supported via apr_stat().  Furthermore, we
don't care what the real name is anyway (even if it apr_stat returned
.name) - we want to call it by the name the symlink says it is.

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