final boolean headerMatches=headerValue != null && pattern != null && pattern.matcher(headerValue).matches(); | final boolean headerMatches=headerValue != null && pattern != null && pattern.matcher(headerValue.orElse(null)).matches(); | headerValue != null && pattern != null && pattern.matcher(headerValue).matches() | headerValue != null && pattern != null && pattern.matcher(headerValue.orElse(null)).matches() | pac4j | 49ccc89f2d97cadadc2b217dd8505007b930fff5 | org.pac4j.core.matching.HeaderMatcher | | _1 | headerValue |
---|
_2 | headerValue |
---|
| TCIVar | headerValue |
---|
v0 | headerValue != null && pattern != null |
---|
| | TCIVar | headerValue |
---|
v0 | headerValue != null && pattern != null |
---|
| Uses | True |