wicket 6.19, url encryption, session invalidate , redirect to wicket page

2015-05-14 Thread fachhoch
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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket 6.19, url encryption, session invalidate , redirect to wicket page

2015-05-14 Thread Martin Grigorov
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 fachh...@gmail.com 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: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org