A {@code FilterChainResolver} that resolves {@link FilterChain}s based on url path matching, as determined by a configurable {@link #setPathMatcher(org.apache.shiro.util.PatternMatcher) PathMatcher}.
This implementation functions by consulting a {@link org.apache.shiro.web.filter.mgt.FilterChainManager} for all configured filter chains (keyedby configured path pattern). If an incoming Request path matches one of the configured path patterns (via the {@code PathMatcher}, the corresponding configured {@code FilterChain} is returned.
@since 1.0