Package org.apache.catalina.filters
Class CsrfPreventionFilter.PatternPredicate
java.lang.Object
org.apache.catalina.filters.CsrfPreventionFilter.PatternPredicate
- All Implemented Interfaces:
CsrfPreventionFilter.Predicate<String>
- Enclosing class:
- CsrfPreventionFilter
protected static class CsrfPreventionFilter.PatternPredicate
extends Object
implements CsrfPreventionFilter.Predicate<String>
A no-nonce Predicate that matches a regular expression.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PatternPredicate
-
-
Method Details
-
test
- Specified by:
test
in interfaceCsrfPreventionFilter.Predicate<String>
-