Hi, Consult with CryptoMapper's javadoc to see how to mount a page that will not be managed by CryptoMapper.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, May 14, 2015 at 11:20 PM, fachhoch <[email protected]> wrote: > wicket 6.19 url encryption, after user logout, redirect to new WicketPage() > is failing with http 404 error (page not found) as session is destroyed > and > key for encryption was in session which is no more available. > as per documentation (KeyInSessionSunJceCryptFactory) > https://wicket.apache.org/guide/guide/security.html > <https://wicket.apache.org/guide/guide/security.html> > > > After logout or session invalidate() , I want to redirect to an unsecured > wicket page , please advice how to. > > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wicket-6-19-url-encryption-session-invalidate-redirect-to-wicket-page-tp4670760.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
