A universal match pattern ('/**') is defined before other patterns in the filter chain, causing them to be ignored
问题 Spring Security basic example gives this exception. Error: "A universal match pattern ('/**') is defined before other patterns in the filter chain, causing them to be ignored. Please check the ordering in your namespace or FilterChainProxy bean configuration" I have checked many posts on this same issue. But could not find any solution. Anyone able to deploy a hello spring security? I am using these versions - Spring 3.2.0.RELEASE / Spring security 3.2.0.RELEASE / Tomcat 7 / Java 1.7. Here is