From: markt Date: Thu, 26 Feb 2009 23:06:24 +0000 (+0000) Subject: Document undocumented valve X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0c350c33b04bfa30afd7d6e0d6f382660bc80938;p=tomcat7.0 Document undocumented valve git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@748344 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml index 49d0c4eeb..0c5e381c2 100644 --- a/webapps/docs/config/valve.xml +++ b/webapps/docs/config/valve.xml @@ -448,6 +448,42 @@ +
+ + + +

Microsoft operating systems have two WebDAV clients. One is used with + port 80, the other is used for all other ports. The implementation used with + port 80 does not adhere to the WebDAV specification and fails when trying to + communicate with the Tomcat WebDAV Servlet. This valve provides a fix for + this by forcing the use of the WebDAV implementation that works, even when + connecting via port 80.

+ +

This Valve may be used at the Engine, Host or + Context level as required. Normally, this Valve would be used + at the Context level.

+ +
+ + + +

The WebDAV Fix Valve supports the following + configuration attributes:

+ + + + +

Java class name of the implementation to use. This MUST be set to + org.apache.catalina.valves.WebdavFixValve.

+
+ +
+ +
+ +
+ +