org.owasp.esapi.waf.rules
public class HTTPMethodRule extends Rule
| Constructor and Description |
|---|
HTTPMethodRule(java.lang.String id,
java.util.regex.Pattern allowedMethods,
java.util.regex.Pattern deniedMethods,
java.util.regex.Pattern path) |
| Modifier and Type | Method and Description |
|---|---|
Action |
check(javax.servlet.http.HttpServletRequest request,
InterceptingHTTPServletResponse response,
javax.servlet.http.HttpServletResponse httpResponse) |
public HTTPMethodRule(java.lang.String id,
java.util.regex.Pattern allowedMethods,
java.util.regex.Pattern deniedMethods,
java.util.regex.Pattern path)
public Action check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
Copyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.