Hi, I'm using form based authentication but my form is sending the data to my Servlet so I can perform some checks before trying to login.
Now I need to forward to j_security_check but what I tried didn't work... How can I redirect/forward to the j_security_check (please note the application is running over https / sssl) ? I can make it work with a redirect and the params go in the URL, but that is not safe (as the user/pass stays in the browser history, etc)... Any ideas? TIA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224653#4224653 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224653 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
