Igor, I got a work around. I removed the <login-form> configuration in my web.xml, modify my LoginPage to call my AuthenticatedWebSession.signIn() as usual, in my signIn(), I call to httpServletRequest.login(username, password). This way, I can do manipulate the flow in Wicket (setting error message, redirect back to LoginPage, etc).
I will create a small quickstart and try it out anyway. Cheers. - Linh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mount-LoginPage-for-Form-base-authentication-tp3997703p4014737.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]
