posted 9 years ago
I'm having trouble integrating the most basic of spring security examples into an app i've cloned off git and gotten to work ... here are the relevant files:
build.gradle
WEB-INF/web.xml
WEB-INF/spring/app-config.xml
WEB-INF/spring/mvc-config.xml
WEB-INF/spring/spring-security.xml
The error i get is:
if i simply blindly add:
I get the folloowing error:
If i remove all spring security related stuff, the app works fine. Any thoughts? Thanks in advance.