org.apache.catalina.valves
public class WebdavFixValve extends ValveBase
<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.container, containerLog, controller, domain, info, mserver, next, oname, sm| Constructor and Description |
|---|
WebdavFixValve() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
backgroundProcess, createObjectName, event, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toStringpublic void invoke(Request request, Response response) throws java.io.IOException, javax.servlet.ServletException
invoke in interface Valveinvoke in class ValveBaserequest - The servlet request to be processedresponse - The servlet response to be createdjava.io.IOException - if an input/output error occursjavax.servlet.ServletException - if a servlet error occursCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.