org.owasp.esapi.waf.rules
public class DetectOutboundContentRule extends Rule
| Constructor and Description |
|---|
DetectOutboundContentRule(java.lang.String id,
java.util.regex.Pattern contentType,
java.util.regex.Pattern pattern,
java.util.regex.Pattern uri) |
| Modifier and Type | Method and Description |
|---|---|
Action |
check(javax.servlet.http.HttpServletRequest request,
InterceptingHTTPServletResponse response,
javax.servlet.http.HttpServletResponse httpResponse) |
public DetectOutboundContentRule(java.lang.String id,
java.util.regex.Pattern contentType,
java.util.regex.Pattern pattern,
java.util.regex.Pattern uri)
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.