Skip to content

Commit ffe029d

Browse files
rai-sandeepjzheaux
authored andcommitted
Fix broken links in form login section
Closes gh-12822
1 parent cdc0fa0 commit ffe029d

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ image:{icondir}/number_3.png[] If authentication fails, then __Failure__.
4747
If remember me is not configured, this is a no-op.
4848
See the {security-api-url}org/springframework/security/web/authentication/RememberMeServices.html[`RememberMeServices`] interface in the Javadoc.
4949
. `AuthenticationFailureHandler` is invoked.
50-
See the {security-api-url}springframework/security/web/authentication/AuthenticationFailureHandler.html[`AuthenticationFailureHandler`] class in the Javadoc
50+
See the {security-api-url}org/springframework/security/web/authentication/AuthenticationFailureHandler.html[`AuthenticationFailureHandler`] class in the Javadoc
5151

5252
image:{icondir}/number_4.png[] If authentication is successful, then __Success__.
5353

5454
. `SessionAuthenticationStrategy` is notified of a new login.
55-
See the {security-api-url}springframework/security/web/authentication/session/SessionAuthenticationStrategy.html[`SessionAuthenticationStrategy`] interface in the Javadoc.
55+
See the {security-api-url}org/springframework/security/web/authentication/session/SessionAuthenticationStrategy.html[`SessionAuthenticationStrategy`] interface in the Javadoc.
5656
. The xref:servlet/authentication/architecture.adoc#servlet-authentication-authentication[Authentication] is set on the xref:servlet/authentication/architecture.adoc#servlet-authentication-securitycontextholder[SecurityContextHolder].
57-
See the {security-api-url}springframework/security/web/context/SecurityContextPersistenceFilter.html[`SecurityContextPersistenceFilter`] class in the Javadoc.
57+
See the {security-api-url}org/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.
60-
See the {security-api-url}springframework/security/web/authentication/RememberMeServices.html[`RememberMeServices`] interface in the Javadoc.
60+
See the {security-api-url}org/springframework/security/web/authentication/RememberMeServices.html[`RememberMeServices`] interface in the Javadoc.
6161
. `ApplicationEventPublisher` publishes an `InteractiveAuthenticationSuccessEvent`.
6262
. The `AuthenticationSuccessHandler` is invoked. Typically, this is a `SimpleUrlAuthenticationSuccessHandler`, which redirects to a request saved by xref:servlet/architecture.adoc#servlet-exceptiontranslationfilter[`ExceptionTranslationFilter`] when we redirect to the login page.
6363

0 commit comments

Comments
 (0)