I can't seem to get form-based authentication to work in WAS 4.0.2 - using SecureWay 3.2.1 and DB2 7.2
I've tried both the j_security_check and a custom login
servlet - neither is completely successful.
Using the custom-login servlet, after what seems like successful authentication, access to the protected resource is still redirected to the login page (I also had to code the redirect myself)
Using j_security_check the redirect is to my welcome page defined in my web app's deployment descriptor - which is not the protected resource I originally requested. Subsequent requests to protected resources still redirect me to the login form.
Has anyone got a .war of form-based authentication in WAS 4.0.2 that works?
Thanks.