When adding Spring Security, you may encounter the following error:

spring-security-web classes are not available. You need these to use <filter-chain-map>

Configuration problem: spring-security-web classes are not available. You need these to use <filter-chain-map>
Offending resource: file [/home/luca/workspace-3.6/LESSON/WebContent/WEB-INF/applicationContext-security.xml]

Solution: add the J2EE 1.4 Libraries (JBoss Tools) to the project’s build path.

 

Leave a Reply