Skip to content

Commit

Permalink
Fix phrasing for clarity in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Fadhil authored and Mohammed Fadhil committed Nov 26, 2024
1 parent 2440dd4 commit 7f468f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 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.
Similarly, if you use an EJB Container or Servlet Container, you do not need to put any special configuration files anywhere nor include Spring Security in a server classloader.
All the required files are contained within your application.

This design offers maximum deployment time flexibility, as you can copy your target artifact (be it a JAR, WAR, or EAR) from one system to another and it immediately works.

0 comments on commit 7f468f0

Please sign in to comment.