Lets say i have a jsp page which invokes a servlet. Now I want the servlet to forward this request to someother secured jsp page which i have configured to be secured in my web.xml.
The problem is the jsp pages opens as secured if I open it directly from the address bar of my browser. But it doesnt open securely if the servlet forwards to that jsp page. Why is that?