https « Servlet « JSF Q&A





1. Https on JSF 2, for protected resources and login    stackoverflow.com

I have a managed bean with 2 attribute: userName & password (with its respective getters and setters methods), and a login() method that access the database to verify login credentials. My question ...