From: Ruediger Pluem
Date: Sat, 29 Dec 2007 16:11:36 +0000 (+0000)
Subject: * Update transformation
X-Git-Tag: 2.3.0~1080
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e7affb7c6cede90faee174df5e06f2c348bc04e;p=apache
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607439 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 1df60af088..776da3d043 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1145,6 +1145,14 @@ HTTP response header
the setting for that subdirectory (which will be inherited by
any sub-subdirectories that don't override it) will be equivalent to
FileETag MTime Size
.
+ Warning
+ Do not change the default for directories or locations that have WebDAV
+ enabled and use
mod_dav_fs
as a storage provider.
+
mod_dav_fs
uses
INode MTime Size
+ as a fixed format for
ETag
comparisons on conditional requests.
+ These conditional requests will break if the
ETag
format is
+ changed via
FileETag
.
+
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index a3b3b14df3..8765e2e610 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1,7 +1,7 @@
-
+
+
+
+