Hi,
I need to protect a bunch of jsps which need to be accessed only when somebody logs in to the application and prevent users from directly typing in the URL with
http://hostname/anypage.jsp instead of
https://hostname/anypage.jsp. How can I acheive this? I am using IIS as the web server and IBM Websphere4.0 as the application server.
Right now once an user logs in, the user is redirected to an application.jsp page through a
servlet(the url is
https://hostname/application.jsp). Once you get to this page, the user is able to type in
http://hostname/application.jsp and able to continue with the proces. I want to show an user the error page when the user types in
http:// instead of
https:// How can I acheive this? How to protect those files? How can I 'sslProtect' these
JSP files? Can any one help me to solve this............
I have looking at the Websphere documentation and all places on the web but haven't been to see any documentation or help.
Thanks in advance for all the help.
Chuck Meduri