How to you password protect a page with Wicket?

Posted by Kane on Stack Overflow See other posts from Stack Overflow or by Kane
Published on 2010-05-25T00:37:35Z Indexed on 2010/05/25 0:41 UTC
Read the original article Hit count: 204

Filed under:

I want to password protect a webpage in Wicket so the user may only access it if he/she has logged in.

I'd also like the page to show the login page, and then after logging in the original page the user was trying to get to.

How is this done with wicket? I've already created a login page and extended the session class.

© Stack Overflow or respective owner

Related posts about wicket