From 0c350c33b04bfa30afd7d6e0d6f382660bc80938 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 26 Feb 2009 23:06:24 +0000 Subject: [PATCH] Document undocumented valve git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@748344 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/valve.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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.

+
+ +
+ +
+ +
+ + -- 2.11.0