Browse Source

Fix xref link

Issue gh-15029
pull/15169/head
Steve Riesenberg 2 years ago
parent
commit
5e2209aeef
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      docs/modules/ROOT/pages/servlet/configuration/java.adoc

2
docs/modules/ROOT/pages/servlet/configuration/java.adoc

@ -394,7 +394,7 @@ public class SecuredSecurityConfig { @@ -394,7 +394,7 @@ public class SecuredSecurityConfig {
[NOTE]
====
This example customizes the login and logout pages, which disables Spring Security's generated pages.
You must xref:servlet/authentication/passwords/form.html#servlet-authentication-form-custom[provide your own] custom endpoints for `GET /secured/login` and `GET /secured/logout`.
You must xref:servlet/authentication/passwords/form.adoc#servlet-authentication-form-custom[provide your own] custom endpoints for `GET /secured/login` and `GET /secured/logout`.
Note that Spring Security still provides `POST /secured/login` and `POST /secured/logout` endpoints for you.
====

Loading…
Cancel
Save