> On Jan 23, 2015, at 9:59 AM, Bill Burke <bburke_at_redhat.com> wrote:
>
> Bah, probably not a good example. But I could see something useful like this:
>
> @Host("sso.{wildcard:.*}")
> @Path("/")
> public class SSOResource {}
>
> @Host("admin.{wildcard:.*}")
> @Path("/")
> public class AdminResource {}
Not sure I follow. Is this matching the host in the request URL?
— Santiago