Skip to content

Commit 72a9c15

Browse files
committed
Refactor Duplicate Security Filter Chain Doc
This removes the duplicate Security Filter Chain Doc and moves the HttpFirewall to exploits portion of the documentation. Closes gh-7979
1 parent ea6a063 commit 72a9c15

File tree

5 files changed

+115
-256
lines changed

5 files changed

+115
-256
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/architecture/index.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ For that reason, if you are attempting to troubleshoot Spring Security's Servlet
9494
Second, since `FilterChainProxy` is central to Spring Security usage it can perform tasks that are not viewed as optional.
9595
// FIXME: Add a link to SecurityContext
9696
For example, it clears out the `SecurityContext` to avoid memory leaks.
97-
// FIXME: Add a link to HttpFirewall
98-
It also applies Spring Security's `HttpFirewall` to protect applications against certain types of attacks.
97+
It also applies Spring Security's <<servlet-httpfirewall,`HttpFirewall`>> to protect applications against certain types of attacks.
9998

10099
In addition, it provides more flexibility in determining when a `SecurityFilterChain` should be invoked.
101100
// FIXME: Add link to SecurityFitlerChain
@@ -168,8 +167,6 @@ Below is a comprehensive list of Spring Security Filter ordering:
168167

169168
include::technical-overview.adoc[]
170169

171-
include::security-filter-chain.adoc[]
172-
173170
include::core-filters.adoc[]
174171

175172
include::core-services.adoc[]

docs/manual/src/docs/asciidoc/_includes/servlet/architecture/security-filter-chain.adoc

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)