SecurityFilter instead@Deprecated public class CsrfFilter extends org.springframework.web.filter.GenericFilterBean
servletPath + pathInfo) of an HttpServletRequest.
This allows you to use wildcard matching as well, for example /** or **AntPathRequestMatcher| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
excludedRequestPatterns
Deprecated.
|
protected ExploitProtectionService |
exploitProtectionService
Deprecated.
|
protected static org.apache.commons.logging.Log |
LOG
Deprecated.
|
| Constructor and Description |
|---|
CsrfFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(javax.servlet.ServletRequest baseRequest,
javax.servlet.ServletResponse baseResponse,
javax.servlet.FilterChain chain)
Deprecated.
|
List<String> |
getExcludedRequestPatterns()
Deprecated.
|
void |
setExcludedRequestPatterns(List<String> excludedRequestPatterns)
Deprecated.
This allows you to declaratively set a list of excluded Request Patterns
|
protected static final org.apache.commons.logging.Log LOG
protected ExploitProtectionService exploitProtectionService
public void doFilter(javax.servlet.ServletRequest baseRequest,
javax.servlet.ServletResponse baseResponse,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2018. All rights reserved.