Package org.owasp.esapi.waf.rules
Class DetectOutboundContentRule
- java.lang.Object
-
- org.owasp.esapi.waf.rules.Rule
-
- org.owasp.esapi.waf.rules.DetectOutboundContentRule
-
public class DetectOutboundContentRule extends Rule
This is the Rule subclass executed for <detect-content> rules.- Author:
- Arshan Dabirsiaghi
-
-
Constructor Summary
Constructors Constructor Description DetectOutboundContentRule(java.lang.String id, java.util.regex.Pattern contentType, java.util.regex.Pattern pattern, java.util.regex.Pattern uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
-
-
-
Method Detail
-
check
public Action check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
-
-