Skip to content

Commit 4bc6e5b

Browse files
wndyd0131rwinch
authored andcommitted
Fix missing space in documentation
1 parent 86d5e28 commit 4bc6e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/modules/ROOT/pages/servlet/architecture.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ In fact, a `SecurityFilterChain` might have zero security `Filter` instances if
170170

171171
The Security Filters are inserted into the <<servlet-filterchainproxy>> with the <<servlet-securityfilterchain>> API.
172172
Those filters can be used for a number of different purposes, like
173-
xref:servlet/exploits/index.adoc[exploit protection],xref:servlet/authentication/index.adoc[authentication], xref:servlet/authorization/index.adoc[authorization], and more.
173+
xref:servlet/exploits/index.adoc[exploit protection], xref:servlet/authentication/index.adoc[authentication], xref:servlet/authorization/index.adoc[authorization], and more.
174174
The filters are executed in a specific order to guarantee that they are invoked at the right time, for example, the `Filter` that performs authentication should be invoked before the `Filter` that performs authorization.
175175
It is typically not necessary to know the ordering of Spring Security's ``Filter``s.
176176
However, there are times that it is beneficial to know the ordering, if you want to know them, you can check the {gh-url}/config/src/main/java/org/springframework/security/config/annotation/web/builders/FilterOrderRegistration.java[`FilterOrderRegistration` code].

0 commit comments

Comments
 (0)