Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Struts and Form Based Authentication

843833Apr 23 2003 — edited Aug 4 2003
Hi,
I am changing a Struts application (Example from O'Reilly's Programming jakarta struts) to use Form Based Authentication.
I have found out that for form based auth., the form action should point to "j_security_check". But the current signin.jsp has the form action pointing to an action class defined in struts-config.xml.
I want to be able to authenticate the user using form based authentication, and then redirect to another page the Struts way.
Can somebody help me on this? any other tips on this are also very welcome and would be well appreciated.

thanks a bunch!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2003
Added on Apr 23 2003
4 comments
418 views