Yes. Specifically, Ranger uses this <https://commons.apache.org/proper/commons-io/javadocs/api-release/org/apache/commons/io/FilenameUtils.html#wildcardMatch-java.lang.String-java.lang.String-org.apache.commons.io.IOCase-> API to figure out the match.
-Abhay On Wed, Sep 16, 2020 at 8:51 AM Elliot West <tea...@gmail.com> wrote: > I have a question regarding resource name wildcards. I understand that * > matches anything. Is it possible to construct more complex matchers by > using multiple wildcards and literal string segments. For example - could I > specify: > > a*b*c > > That would match aXbXc but not aXXXc? > > What are the limitations of wildcards? Is there any documentation, tests, > or code that surfaces these limitations? > > Thanks, > > Elliot. >