[cas-dev] URL pattern matching of service ids

Marvin S. Addison marvin.addison at gmail.com
Wed Dec 17 15:51:15 EST 2008


> One way to use Regular Expression patterns. Find
> the part of the service id that matches the pattern and extract it and
> then call equals on both of the pattern-extracted ids.

+1 for real regular expressions.

The AntPathMatcher used currently for matching services is limiting; for
example, you can't currently have a single registered service accessible
on multiple ports.  Regular expressions would easily allow this.

M



More information about the cas-dev mailing list