Class DetectOutboundContentRule


  • public class DetectOutboundContentRule
    extends Rule
    This is the Rule subclass executed for <detect-content> rules.
    Author:
    Arshan Dabirsiaghi
    • Field Summary

      • Fields inherited from class org.owasp.esapi.waf.rules.Rule

        id, logger
    • 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)  
    • Constructor Detail

      • DetectOutboundContentRule

        public DetectOutboundContentRule​(java.lang.String id,
                                         java.util.regex.Pattern contentType,
                                         java.util.regex.Pattern pattern,
                                         java.util.regex.Pattern uri)