mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix typo architecture.adoc
This commit is contained in:
parent
8a2b96795e
commit
2fa1bbc9d1
@ -152,7 +152,7 @@ Assuming that no other `SecurityFilterChain` instances match, `SecurityFilterCha
|
|||||||
// FIXME: add link to pattern matching
|
// FIXME: add link to pattern matching
|
||||||
|
|
||||||
Notice that `SecurityFilterChain~0~` has only three security `Filter` instances configured.
|
Notice that `SecurityFilterChain~0~` has only three security `Filter` instances configured.
|
||||||
However, `SecurityFilterChain~n~` has four security `Filter` instanes configured.
|
However, `SecurityFilterChain~n~` has four security `Filter` instances configured.
|
||||||
It is important to note that each `SecurityFilterChain` can be unique and can be configured in isolation.
|
It is important to note that each `SecurityFilterChain` can be unique and can be configured in isolation.
|
||||||
In fact, a `SecurityFilterChain` might have zero security `Filter` instances if the application wants Spring Security to ignore certain requests.
|
In fact, a `SecurityFilterChain` might have zero security `Filter` instances if the application wants Spring Security to ignore certain requests.
|
||||||
// FIXME: add link to configuring multiple `SecurityFilterChain` instances
|
// FIXME: add link to configuring multiple `SecurityFilterChain` instances
|
||||||
|
Loading…
x
Reference in New Issue
Block a user