Problem with authentication of user
Hello every one,
I have an issue in my application.
I have 2 jsp pages login.html , logincheck.jsp and report.jsp.
in Login.html after i login with the correct user and pass it redirects to report.jsp or else it will redirect back to the login page, The problem is in the browser if i specify the url (http://localhost:8084/Report_Generator/report.jsp) of the report.jsp without the login page, the application is directly going to the report page.
please let me know the solution

