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.

Reply via email to