public class GeneralAttackSignatureRule extends Rule
| Modifier and Type | Field and Description |
|---|---|
private java.util.regex.Pattern |
signature |
| Constructor and Description |
|---|
GeneralAttackSignatureRule(java.lang.String id,
java.util.regex.Pattern signature) |
| Modifier and Type | Method and Description |
|---|---|
Action |
check(javax.servlet.http.HttpServletRequest req,
InterceptingHTTPServletResponse response,
javax.servlet.http.HttpServletResponse httpResponse) |
public GeneralAttackSignatureRule(java.lang.String id,
java.util.regex.Pattern signature)
public Action check(javax.servlet.http.HttpServletRequest req, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)