Skip to content

Commit 74d85c1

Browse files
boulcejzheaux
authored andcommitted
Typo: Update anonymous.adoc
I changed 'instancesthat' to 'instances that'
1 parent 4aef699 commit 74d85c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can customize (or disable) it by using the `<anonymous>` element.
2727
You need not configure the beans described here unless you are using traditional bean configuration.
2828

2929
Three classes work together to provide the anonymous authentication feature.
30-
`AnonymousAuthenticationToken` is an implementation of `Authentication` and stores the `GrantedAuthority` instancesthat apply to the anonymous principal.
30+
`AnonymousAuthenticationToken` is an implementation of `Authentication` and stores the `GrantedAuthority` instances that apply to the anonymous principal.
3131
There is a corresponding `AnonymousAuthenticationProvider`, which is chained into the `ProviderManager` so that `AnonymousAuthenticationToken` instances are accepted.
3232
Finally, an `AnonymousAuthenticationFilter` is chained after the normal authentication mechanisms and automatically adds an `AnonymousAuthenticationToken` to the `SecurityContextHolder` if there is no existing `Authentication` held there.
3333
The filter and authentication provider is defined as follows:

0 commit comments

Comments
 (0)