Thanks for the help. According to Scott Dark himself at JBoss it's impossible to apply the wicket filter before the container redirects to the form-login-page so it seems like we have to use a plain jsp for our login page, or create a custom FormAuthenticator for catalina that allows this.
Another option is to do a programmatic authentication, but this will lock parts of our application to JBoss since a pure JAAS authentication will not work with the Single Sign On valve or the webcontainer's isUserInRole/getUserPrincipal. -- View this message in context: http://www.nabble.com/Container-managed-authentication-tp21088523p21091030.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
