Skip to content

Commit f2c4656

Browse files
binkoniSteve Riesenberg
authored andcommitted
Fix typo in form.adoc
Closes gh-12678
1 parent edff50c commit f2c4656

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication/passwords

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/passwords/form.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ image:{icondir}/number_4.png[] If authentication is successful, then __Success__
5353

5454
. `SessionAuthenticationStrategy` is notified of a new login.
5555
See the {security-api-url}springframework/security/web/authentication/session/SessionAuthenticationStrategy.html[`SessionAuthenticationStrategy`] interface in the Javadoc.
56-
. The ref:servlet/authentication/architecture.adoc#servlet-authentication-authentication[Authentication] is set on the xref:servlet/authentication/architecture.adoc#servlet-authentication-securitycontextholder[SecurityContextHolder].
56+
. The xref:servlet/authentication/architecture.adoc#servlet-authentication-authentication[Authentication] is set on the xref:servlet/authentication/architecture.adoc#servlet-authentication-securitycontextholder[SecurityContextHolder].
5757
See the {security-api-url}springframework/security/web/context/SecurityContextPersistenceFilter.html[`SecurityContextPersistenceFilter`] class in the Javadoc.
5858
. `RememberMeServices.loginSuccess` is invoked.
5959
If remember me is not configured, this is a no-op.

0 commit comments

Comments
 (0)