diff --git a/docs/modules/ROOT/pages/servlet/architecture.adoc b/docs/modules/ROOT/pages/servlet/architecture.adoc index 1f534164f08..3bbc0f0562d 100644 --- a/docs/modules/ROOT/pages/servlet/architecture.adoc +++ b/docs/modules/ROOT/pages/servlet/architecture.adoc @@ -336,7 +336,7 @@ Instead of implementing `Filter`, you can extend from {spring-framework-api-url} ==== Now, we need to add the filter to the security filter chain. - +[tabs] ====== Java:: + diff --git a/docs/modules/ROOT/pages/servlet/authorization/architecture.adoc b/docs/modules/ROOT/pages/servlet/authorization/architecture.adoc index adda11bb476..d162ff5b81b 100644 --- a/docs/modules/ROOT/pages/servlet/authorization/architecture.adoc +++ b/docs/modules/ROOT/pages/servlet/authorization/architecture.adoc @@ -145,7 +145,7 @@ Many sites allow certain limited access under remember-me authentication, but re [[authz-authorization-managers]] ==== AuthorizationManagers -There are also helpful static factories in `AuthenticationManagers` for composing individual ``AuthenticationManager``s into more sophisticated expressions. +There are also helpful static factories in {security-api-url}org/springframework/security/authorization/AuthorizationManagers.html[`AuthorizationManagers`] for composing individual ``AuthorizationManager``s into more sophisticated expressions. [[authz-custom-authorization-manager]] ==== Custom Authorization Managers