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: 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
voidinvoke(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.

Method Detail

invoke

public 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.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.