org.owasp.esapi.waf.rules
public class BeanShellRule extends Rule
| Constructor and Description |
|---|
BeanShellRule(java.lang.String fileLocation,
java.lang.String id,
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 BeanShellRule(java.lang.String fileLocation,
java.lang.String id,
java.util.regex.Pattern path)
throws java.io.IOException,
bsh.EvalError
java.io.IOExceptionbsh.EvalErrorpublic 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.