constraint « Security « JSP-Servlet Q&A





1. Set reverse security-constraint    stackoverflow.com

I am trying to set up security-constraints backwards. I want to say all pages need a login except for the ones I specify. I use:

<security-constraint>
    <web-resource-collection>
 ...

2. security constraint - not working    coderanch.com

Hi All, I am trying to constrain access to a file jstlChoose.do, which is a jsp and I have mapped it to jstlChoose.do in web.xml. I did the following in my web.xml for the security constraints -------------------------------------------------------------------------- JSTL Choose /jstlChoose.do GET admin manager BASIC admin manager guest ...

3. need help in security-constraint    coderanch.com