Skip to content

Commit f9b783b

Browse files
committed
Remove Duplicate Runtime Environment From Docs
Closes gh-7980
1 parent 72a9c15 commit f9b783b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/architecture/technical-overview.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
== Technical Overview
33

44

5-
[[runtime-environment]]
6-
=== Runtime Environment
7-
Spring Security {spring-security-version} requires a Java 8 Runtime Environment or higher.
8-
As Spring Security aims to operate in a self-contained manner, there is no need to place any special configuration files into your Java Runtime Environment.
9-
In particular, there is no need to configure a special Java Authentication and Authorization Service (JAAS) policy file or place Spring Security into common classpath locations.
10-
11-
Similarly, if you are using an EJB Container or Servlet Container there is no need to put any special configuration files anywhere, nor include Spring Security in a server classloader.
12-
All the required files will be contained within your application.
13-
14-
This design offers maximum deployment time flexibility, as you can simply copy your target artifact (be it a JAR, WAR or EAR) from one system to another and it will immediately work.
15-
16-
175
[[core-components]]
186
=== Core Components
197
As of Spring Security 3.0, the contents of the `spring-security-core` jar were stripped down to the bare minimum.

0 commit comments

Comments
 (0)