security « Servlet « JSF Q&A





1. Request for code review of JEE authentication and authorization filter    stackoverflow.com

I know it's a good idea to use well implemented standard software for authorization and authentication. But this time I wrote it on my own. It is used in a intranet ...

2. Problem using HttpServletRequest authenticate() within JSF lifecycle    stackoverflow.com

I'm trying to use HttpServletRequest authenticate within a JSF managed bean to implement fine-grained authentication, depending on the particular object requested. When I call authenticate within a preRenderView event listener, if authenticate ...