public class WebdavFixFilter
extends javax.servlet.GenericFilter
TODO: Update this filter to recognise specific MS clients and apply the appropriate workarounds for that particular client
As a filter, this is configured in web.xml like any other Filter. You usually want to map this filter to whatever your WebDAV servlet is mapped to.
In addition to the issues fixed by this Filter, the following issues have also been observed that cannot be fixed by this filter. Where possible the filter will add an message to the logs.
XP x64 SP2 (MiniRedir Version 3790)
| Constructor | Description |
|---|---|
WebdavFixFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain) |
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.
|
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.