In Chapter 3, you developed an initial application secured with Spring Security. You got an overview of how this application worked and looked at some of the Spring Security components put into action in common Spring Security–secured applications. This chapter extends those explanations and delve deeply into the framework.
We’ll look at the main components of the framework, explain the work of the servlet filters for securing web applications, look at how ...