spring-security/docs/modules/ROOT/pages/servlet/index.adoc

6 lines
364 B
Plaintext
Raw Normal View History

2021-07-29 18:12:34 -04:00
[[servlet-applications]]
= Servlet Applications
:page-section-summary-toc: 1
2019-09-22 02:56:30 -04:00
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.