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
r, if i add page specific filters like: >> >> >> configuration.add(factory.createChain("/page1").add(factory.authc()).build()); >> >> >> and then try to access page1, i get the login form. On putting correct >> login >> values i am taken to p

Re: Tapestry-Security : Filter settings

2012-09-24 Thread Alex Kotchnev
Chain("/page1").add(factory.authc()).build()); > > > 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: > h

Tapestry-Security : Filter settings

2012-09-24 Thread indiancomet
. 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 a