Re: tynamo security login issue

2012-03-19 Thread Paul Stanton
0.4.3 fixed it. I tried your senario and it works OK for me under 0.4.3 -- View this message in context: http://tapestry.1045711.n5.nabble.com/tynamo-security-login-issue-tp5576297p5576672.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: tynamo security login issue

2012-03-19 Thread trsvax
Which version are you running? I had a context problem in 0.4.1 and upgrading to 0.4.3 fixed it. I tried your senario and it works OK for me under 0.4.3 -- View this message in context: http://tapestry.1045711.n5.nabble.com/tynamo-security-login-issue-tp5576297p5576672.html Sent from the

Re: tynamo security login issue

2012-03-19 Thread Paul Stanton
After doing some more digging, I've found the other end of the equation - where the cookie is set: org.tynamo.security.internal.SecurityExceptionHandlerAssistant.handleRequestException(Throwable, List) It creates the cookie's value via org.apache.shiro.web.util.WebUtils.getPathWithinApplicat

tynamo security login issue

2012-03-19 Thread Paul Stanton
I've just set up the most basic implementation of tapestry-security I could to do some testing and have found a bit of an issue which should be very easy to fix: I've created a page which requires a permission. If, after logging in, I use the loginlink on that page to log out, I am taken to th