Adding a custom filter to be invoked after spring-security filter in a Servlet 3+ environment
问题 I'm using Spring-Security 3.2.4 and Spring Boot 1.1.0 (and it's related dependencies versions 4.X). I'm writing a web application that will be run in an embedded tomcat. I'm trying to add two additional filters(not related to Spring security) that one of them will be invoked before the Spring-Security-FilterChainProxy and the other one will be invoked after the Spring-Security-FilterChainProxy. My Spring-Security configuration files: @Configuration @EnableWebMvcSecurity public class