This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
I am new to this JSP world. While i am looking at login.jsp page, I found j_security_check for form action parameter. But i failed to find the j_security_check related code. I have gone through some documents there i found it is the techinque used to protect the webpages. Can any body explain regarding this. How authentication process will be? thanks gangadhar
brad balmer
Ranch Hand
Joined: Mar 08, 2004
Posts: 57
posted
0
j_security_check is the default name for container authentication. By using j_security_check you are asking your web application server (JBoss, Tomcat, WebSphere ..) to use their internally written process to perform the validation of the j_username and j_password passed to it. (Based on your web.xml and container specific auth modules).
"bbalmer", We're really glad that you are here with us in the JSP forum, and there aren't many rules you'll have to worry about, but one is that proper names are required. Please take a look at the JavaRanch Naming Policy and change your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear JSP Forum Bartender
Thanks,That is fine. But i am unable to login when i am using netscape navigator. It is goining back to the previous page By using IE5.5 I am able to login successfully.
Is there any specific reason for this? If yes, what it is and how to rectify this? I will provide the page if you want. Thanks Gangadhar