final boolean headerMatches=headerValue != null && pattern != null && pattern.matcher(headerValue).matches(); | final boolean headerMatches=headerValue.isPresent() && pattern != null && pattern.matcher(headerValue.get()).matches(); | headerValue != null && pattern != null && pattern.matcher(headerValue).matches() | headerValue.isPresent() && pattern != null && pattern.matcher(headerValue.get()).matches() | pac4j | c7fdad559afcdda7d54529634aab55bff4868e76 | org.pac4j.core.matching.HeaderMatcher | | _1 | headerValue |
---|
_2 | headerValue |
---|
| TCIVar | headerValue |
---|
v2 | null |
---|
v3 | pattern |
---|
| | TCIVar | headerValue |
---|
v2 | null |
---|
v3 | pattern |
---|
| Uses | True |