• dbego's avatar
    Handle possible regexes defensively in NamePatternFilter · c29d1c75
    dbego authored
    Previously, if a name contained part of a regex but wasn't actually
    a regex, a PatternSyntaxException would be thrown and the request
    would fail.
    
    This commit updates NamePatternFilter to catch PatternSyntaxException
    and treat the regex-like input as a name insteead.
    
    See gh-9730
    c29d1c75
Name
Last commit
Last update
..
src Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...