mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-30 06:03:32 +00:00
VirtualFilterChain now accepts the FirewalledRequest in the constructor. The reset method is called directly on the instance passed in instead of looping through the ServletRequestWrappers. Conflicts: web/src/main/java/org/springframework/security/web/FilterChainProxy.java web/src/test/java/org/springframework/security/web/FilterChainProxyTests.java