Hi, 1) If you configure caches, you don't need to get data manually. Automatically, authentication infos will be cached depending on the input token and authorization infos will be cached according to the given principals. If the same token or principals is given, cache information will be re-used instead of computation.
2) To protect the admin/admin.jsp page with login form authentication, you need to add : admin/** = authc Best regards, Jérôme -- View this message in context: http://shiro-user.582556.n2.nabble.com/CacheManager-and-login-issues-about-shiro-tp7578258p7578259.html Sent from the Shiro User mailing list archive at Nabble.com.
