Hi,
I am trying to use Shiro via tapestry-security. It has been a hits-n-misses
so far.
Nevertheless, it has been a good learning experience.
However, I have run into one specific case with filters which i thought
would post here for insight.
When i use the following filter:
<code>
configuration.add(factory.createChain("/**").add(factory.authc()).build());
</code>
I get stuck in a loop on the login form.
However, if i add page specific filters like:
<code>
configuration.add(factory.createChain("/page1").add(factory.authc()).build());
</code>
and then try to access page1, i get the login form. On putting correct login
values i am taken to page1.
Can someone explain this behaviour?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-Security-Filter-settings-tp5716466.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]