diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-02-07 07:29:57 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-02-07 07:29:57 +0100 |
commit | 38969cf175aabd3b0b510a96c3722035b60f2e35 (patch) | |
tree | bfc2f778f794a9ab071b19f1d1ca429781acf1b6 /CHANGES | |
parent | Eliminate tons o cruft - we are in another thread - and these can all (diff) | |
download | apache2-38969cf175aabd3b0b510a96c3722035b60f2e35.tar.xz apache2-38969cf175aabd3b0b510a96c3722035b60f2e35.zip |
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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Changes with Apache 2.0.32-dev + *) Fix resolve_symlink to save the original symlink name if known. + [Justin Erenkrantz] + *) Be a bit more sane with regard to CanonicalNames. If the user has specified they want to use the CanonicalName, but they have not configured a port with the ServerName, then use the same port that |