Re: j_security_check form
Posted By:
Eelco_Cramer
Posted On:
Wednesday, July 30, 2003 11:46 PM
The way this works is that if you visit a page that his protected by a login the application server automaticly shows the j_security_check form. After a successfull login the application server displays the origininal requested page. Because you are going to the login page directly that is the original requested page so you are forwarded back to the login page after a successfull login.