Re: security with JSF app

2013-01-27 Thread Mark Struberg
/AdminAccessVoter.java - Original Message - From: Jim May jim.webg...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Saturday, January 26, 2013 4:09 AM Subject: security with JSF app Hello, Sorry for the ignorant questions. I am used to Glassfish

security with JSF app

2013-01-25 Thread Jim May
Hello, Sorry for the ignorant questions. I am used to Glassfish and recently moved over to Tomcat. I am trying to setup programmatic security with a JSF app and Tomcat 7. I am using a JSF managed bean utilizing the request object's login method to login against the security realm. I know