Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 364 Bytes

File metadata and controls

5 lines (4 loc) · 364 Bytes

Servlet Applications

Spring Security integrates with the Servlet Container by using a standard Servlet Filter. This means it works with any application that runs in a Servlet Container. More concretely, you do not need to use Spring in your Servlet-based application to take advantage of Spring Security.