summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-02-07 07:29:57 +0100
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-02-07 07:29:57 +0100
commit38969cf175aabd3b0b510a96c3722035b60f2e35 (patch)
treebfc2f778f794a9ab071b19f1d1ca429781acf1b6 /CHANGES
parent Eliminate tons o cruft - we are in another thread - and these can all (diff)
downloadapache2-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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5afc480eb1..4209926a62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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