Skip to content

Commit 29997d8

Browse files
Mehdi Rahimirwinch
authored andcommitted
Change deprecated FilterSecurityInterceptor to AuthorizationFilter with a link to authorization page.
1 parent 5937ba9 commit 29997d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ try {
609609
}
610610
----
611611
<1> As described in <<servlet-filters-review>>, invoking `FilterChain.doFilter(request, response)` is the equivalent of invoking the rest of the application.
612-
This means that if another part of the application, (<<servlet-authorization-filtersecurityinterceptor,`FilterSecurityInterceptor`>> or method security) throws an `AuthenticationException` or `AccessDeniedException` it is caught and handled here.
612+
This means that if another part of the application, (xref:servlet/authorization/authorize-http-requests.adoc[`AuthorizationFilter`] or method security) throws an `AuthenticationException` or `AccessDeniedException` it is caught and handled here.
613613
<2> If the user is not authenticated or it is an `AuthenticationException`, __Start Authentication__.
614614
<3> Otherwise, __Access Denied__
615615

0 commit comments

Comments
 (0)