I have a database set up that Tomcat can communicate with and perform authentication. Problem: $ {userRole} in a JSP does not seem to work properly. It appears that $ {userRole} evaluates correctly to ‘user’ and ‘admin’ when those are the role entries in the database for the user in question. However, if the roleRead more