security « Facelets « JSF Q&A





1. security-constraint and welcome-file    stackoverflow.com

In my web.xml I use something like this:

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

2. HttpServletRequest method 'logout' not resetting caller request identity    stackoverflow.com

i am implementing 'login' and 'logout' functionality in my JSF 2.0 application using BASIC Login Configuration security setting (web.xml) to protect certain xhtml pages. the login part work fine but when i ...