Package org.owasp.esapi.waf.rules
Class MustMatchRule
- java.lang.Object
-
- org.owasp.esapi.waf.rules.Rule
-
- org.owasp.esapi.waf.rules.MustMatchRule
-
public class MustMatchRule extends Rule
This is the Rule subclass executed for <must-match> rules.- Author:
- Arshan Dabirsiaghi
-
-
Constructor Summary
Constructors Constructor Description MustMatchRule(java.lang.String id, java.util.regex.Pattern path, java.lang.String variable, int operator, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
check(javax.servlet.http.HttpServletRequest req, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
-
-
-
Method Detail
-
check
public Action check(javax.servlet.http.HttpServletRequest req, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
-
-