Re: wiquery, wicket 1.5.6 and wicket authroles

2012-05-10 Thread Stefan Moises
Hi, yes, invalidateNow() gets called and it seems to go into all the session cleanup/remove stuff that comes after that... but somehow, I get to the homepage in the end and I'm still (again?) logged in :O But only if WiQuery is involved... although I didn't see any WiQuery related call while s

Re: wiquery, wicket 1.5.6 and wicket authroles

2012-05-10 Thread Martin Grigorov
On Thu, May 10, 2012 at 11:48 AM, Stefan Moises wrote: > Hi, > > hm, that's weird... if I set the response page I get redirected to the home > page, but I am NOT logged out... even if ...logout() and ...invalidate() > seem to get called... ? > No error, no exception, no nothing... > > Any ideas?

Re: wiquery, wicket 1.5.6 and wicket authroles

2012-05-10 Thread Stefan Moises
Hi, hm, that's weird... if I set the response page I get redirected to the home page, but I am NOT logged out... even if ...logout() and ...invalidate() seem to get called... ? No error, no exception, no nothing... Any ideas? Thanks, Stefan Am 10.05.2012 10:34, schrieb Martin Grigorov: Hi,

Re: wiquery, wicket 1.5.6 and wicket authroles

2012-05-10 Thread Martin Grigorov
Hi, On Thu, May 10, 2012 at 11:31 AM, Stefan Moises wrote: > Hi there, > > I have integrated WiQuery 1.5.5 in Wicket 1.5.6 and I am using Wicket > Authroles for a login functionality (combined with Apache Shiro) for more > complex rights/rules. > Everything works fine, but when I try to logout us

wiquery, wicket 1.5.6 and wicket authroles

2012-05-10 Thread Stefan Moises
Hi there, I have integrated WiQuery 1.5.5 in Wicket 1.5.6 and I am using Wicket Authroles for a login functionality (combined with Apache Shiro) for more complex rights/rules. Everything works fine, but when I try to logout using my Signout page, I get an infinite redirect loop in the browser