Re: CryptedUrlWebRequestCodingStrategy/Session invalidate with Wicket 1.3.5

2008-12-12 Thread francisco treacy
have a look and see if "Problem with Crypted URL" thread helps. francisco On Fri, Dec 12, 2008 at 12:12 AM, Timm Helbig wrote: > Hello everyone, > > For logout from the Application I use the following Code. > >getSession().invalidate(); >setResponsePage(LoginPage.class); >

CryptedUrlWebRequestCodingStrategy/Session invalidate with Wicket 1.3.5

2008-12-11 Thread Timm Helbig
Hello everyone, For logout from the Application I use the following Code. getSession().invalidate(); setResponsePage(LoginPage.class); getRequestCycle().setRedirect(true); When using CryptedUrlWebRequestCodingStrategy the above will not work and runs into a RuntimeExcep