This error: Caused by: java.lang.ClassNotFoundException: org.apache.shiro.web.filter.mgt.FilterChainManager
indicates you are missing the shiro web dependency. <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-web</artifactId> <version>1.2.3</version> </dependency> -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-security-with-Spring-mvc-tp7580077p7580090.html Sent from the Shiro User mailing list archive at Nabble.com.
