Spring Security’s Servlet support is based on Servlet Filters.Spring provides a Filter implementation named DelegatingFilterProxy that allows bridging between the Servlet container’s lifecycle and Spring’s ApplicationContext.

Reference

Last Updated:
Contributors: zonglinlee