HttpServletRequest « Filter « JSP-Servlet Q&A





1. How do I know whether HttpServletRequest is subject to or not?    stackoverflow.com

I have an servlet with security constraint in it's web.xml like below:

<security-constraint>
    <web-resource-collection>
        <web-resource-name>Admin</web-resource-name>
        ...