RE: continueToOriginalDestination seems to be incorrectly retaining destination across multiple logins

2012-02-15 Thread Evan Sable
gorov [mailto:mgrigo...@apache.org] Sent: Thursday, February 09, 2012 3:12 AM To: users@wicket.apache.org Subject: Re: continueToOriginalDestination seems to be incorrectly retaining destination across multiple logins Hi, The intercept data should be cleaned at org.apache.wicket.RestartResponseAtIn

Re: continueToOriginalDestination seems to be incorrectly retaining destination across multiple logins

2012-02-09 Thread Martin Grigorov
Hi, The intercept data should be cleaned at org.apache.wicket.RestartResponseAtInterceptPageException, line 211 - InterceptData.clear(); Put a breakpoint there and see what happens. On Wed, Feb 8, 2012 at 7:55 PM, Evan Sable wrote: > Hi, > > > > I'm using wicket 1.5-SNAPSHOT along with Shiro for