| Default implementation of FilterInvocationDefinitionSource.
Stores an ordered map of compiled URL paths to ConfigAttribute lists and provides URL matching
against the items stored in this map using the configured UrlMatcher.
The order of registering the regular expressions using the
#addSecureUrl(String, List) is very important.
The system will identify the first matching regular
expression for a given HTTP URL. |