Hi Team, I am a newbie to Java web application world.
We have implemented a web application using Spring + shiro(for security). The application is using html,JavaScript, jquery for front end and Ajax to call the rest services of the back end. We have assigned the ehCache and enabled it for both authentication and authorization. During the development phase, we have used the chrome browser in security disabled mode. The authentication was happening only during the login and subsequent calls were answered based on caching. All was fairytale till we removed the security disabled mode of the chrome browser. Starting from this point, every Ajax/rest call is going for authentication and hence failing. I am not sure if my design of the application is silly or there is something that can be done right now to solve the problem. Could you please help me with a possible solution. Thanks, Surendra Babu C -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-authentication-cache-does-not-work-when-security-is-enabled-tp7581053.html Sent from the Shiro User mailing list archive at Nabble.com.
