Toggle navigation
Home
org.neo4j.server.rest.security.UriPathWildcardMatcher to java.util.regex.Pattern
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
pattern.matches(path)
to
pattern.matcher(path).matches()
Rename Variable
whitelist
to
uriWhitelist