login « Servlet « JSF Q&A





1. What is the correct way to implement login with redirect using JSF 2.0?    stackoverflow.com

Part of my site should be accessible only to authorized users. Let's assume user would enter page a.html which belongs to the authorized-only part. If I was to use servlets/JSP I ...

2. Programmatically control login with Servlet 3.0    stackoverflow.com

I've tested the default security containers in Glassfish 3.0.1 and come to the conclusion that I won't spend any more time on that. Instead I want to control the verification myself. ...