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