Just had a couple of questions related to roles and tomcat:
1. When a user logs in does tomcat cache the role?
I've noticed that if I change a user's role without restarting tomcat
the user will still have the old role associated with them.
2. If tomcat does cache a user's role is there any wa
Hi,
I have a form based login page and I want to make sure that HTTPS is
always used when logging in. But the catch is that the URL the user is
trying to go to may not be using HTTPS but HTTP. We just want to make
sure that the user logs into the web app using SSL always. The security
constrain