Re: Tapestry-Security : Filter settings

2012-09-25 Thread indiancomet
Tx Alex and Kalle. This is working as expected now -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Security-Filter-settings-tp5716466p5716491.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Tapestry-Security : Filter settings

2012-09-24 Thread Kalle Korhonen
It's a well known gotcha but nothing we can or plan to do about except to improve documentation. Also note that the order in which the rules are contributed is significant. Kalle On Mon, Sep 24, 2012 at 9:11 AM, Alex Kotchnev wrote: > The problem w/ the wildcard statement is that when Shiro tri

Re: Tapestry-Security : Filter settings

2012-09-24 Thread Alex Kotchnev
The problem w/ the wildcard statement is that when Shiro tries to redirect it to the login page, the login page ends up requiring authentication (because it matches the /* wildcard pattern), etc. In order to make it do what you want, you'll need to allow the login page to be accessed w/o authentica