From ffe7296af0977539090e2710fff033a7957f6878 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Wed, 27 Nov 2002 15:55:19 +0000 Subject: [PATCH] Caveat when using mod_speling in a DAV-enabled directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97668 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_speling.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/mod/mod_speling.xml b/docs/manual/mod/mod_speling.xml index fc034a4b6b..4aa2a9523e 100755 --- a/docs/manual/mod/mod_speling.xml +++ b/docs/manual/mod/mod_speling.xml @@ -88,6 +88,13 @@ of Apache 1.3, it is part of the Apache distribution. Prior to Apache get incorrectly treated as the negotiated file "/stats.html". + +

mod_speling should not be enabled in DAV + enabled directories, because it will try to "spell fix" newly created + resource names against existing filenames, e.g., when trying to upload + a new document doc43.html it might redirect to an existing + document doc34.html, which is not what was intended. +

-- 2.40.0