Fix phrasing for clarity in the docs.

This commit is contained in:
Mohammed Fadhil 2024-11-26 09:09:09 +03:00 committed by Josh Cummings
parent 3e20f7b5b5
commit 05ffdcafff
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Spring Security requires a Java 17 or higher Runtime Environment.
As Spring Security aims to operate in a self-contained manner, you do not need to place any special configuration files in your Java Runtime Environment.
In particular, you need not configure a special Java Authentication and Authorization Service (JAAS) policy file or place Spring Security into common classpath locations.
In particular, you do not need to configure a special Java Authentication and Authorization Service (JAAS) policy file or place Spring Security in common classpath locations.
Similarly, if you use an EJB Container or Servlet Container, you need not put any special configuration files anywhere nor include Spring Security in a server classloader.
All the required files are contained within your application.