I'm developing an auto menu builder, which retrives all the pages from the
ComponentSource service. But since core pages are included on it (like
/core/servicestatus or something like that), I've created another service
for IgnoredPaths, and I wanna configure paths as Patterns, like "core/*". I
should be OK if i had something like what Ant does for paths and wildcard,
that could match patterns like "core/*" and some improved paths like
"**/users/*".

And since I'll develop a Security Module in the future, having something
like this will be necessary for what I need to do later.

Thanks!

_______________________
Everton Agner Ramos


2010/9/12 Thiago H. de Paula Figueiredo <thiag...@gmail.com>

> On Sun, 12 Sep 2010 17:23:25 -0300, Everton Agner <ton.ag...@gmail.com>
> wrote:
>
>  Hi,
>>
>
> Hi!
>
>  Does Tapestry internally have any Utils class for URL Matching with
>> wildcards? Or does it uses some external API for that (like Ant's).
>>
>
> AFAIK, no for wildcards. For all its URL handling, Tapestry uses the
> ComponentEventLinkEncoder service.
>
> What's exactly your scenario here?
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
> and instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to