org.apache.catalina.valves
Class WebdavFixValve
public
class
WebdavFixValve
extends ValveBase
Valve that attempts to force MS WebDAV clients connecting on port 80 to use
a WebDAV client that actually works. Other workarounds that might help
include:
- Specifing the port, even if it is port 80, when trying to connect.
- Canceling the first authentication dialog box and then trying to
reconnect.
To use this valve add the following
<Valve
className="org.apache.catalina.valves.WebdavFixValve" />
to your
Engine
,
Host
or
Context
as
required. Normally, this valve would be used at the
Context
level.
Version: $Revision: 789815 $, $Date: 2009-06-30 18:10:09 +0200 (Tue, 30 Jun 2009) $
Method Summary |
void | invoke(Request request, Response response)
Check for the broken MS WebDAV client and if detected issue a re-direct
that hopefully will cause the non-broken client to be used. |
Check for the broken MS WebDAV client and if detected issue a re-direct
that hopefully will cause the non-broken client to be used.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.