Skip to content

Commit 237dd77

Browse files
Amitmahatomarcusdacoregio
authored andcommitted
fix: typo in Authentication Architecture ProviderManager
1 parent 3346f2d commit 237dd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ If the `Authentication` contains a reference to an object in the cache (such as
200200
You need to take this into account if you use a cache.
201201
An obvious solution is to first make a copy of the object, either in the cache implementation or in the `AuthenticationProvider` that creates the returned `Authentication` object.
202202
Alternatively, you can disable the `eraseCredentialsAfterAuthentication` property on `ProviderManager`.
203-
See the Javadoc for the {security-api-url}org/springframework/security/authentication/ProviderManager.html[Javadoc] class.
203+
See the Javadoc for the {security-api-url}org/springframework/security/authentication/ProviderManager.html[ProviderManager] class.
204204

205205
[[servlet-authentication-authenticationprovider]]
206206
== AuthenticationProvider

0 commit comments

Comments
 (0)