FilterChainProxy in Spring Security 6

In our previous article on DelegatingFilterProxy, we explored how it locates the FilterChainProxy filter, which is registered as a bean in the Spring web application context. In this article, we will take a deep dive into what happens after DelegatingFilterProxy hands off the request to FilterChainProxy and how it orchestrates security filtering in Spring Security. […]

Join the Tribe