I am learning spring security from reference material. release 3.1.2.RELEASE. As stated in that I have configured security:http tag like this
security:http
se
In case it helps anyone, I had renamed one of my packages but Eclipse doesn't auto-update your @ComponentScan paths, so make sure you change that too:
@ComponentScan
@ComponentScan(basePackages = "com.package.spring")