From 5e2209aeef0ec179f69d0e2fe395f9da46805c02 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Fri, 24 May 2024 15:11:47 -0500 Subject: [PATCH] Fix xref link Issue gh-15029 --- docs/modules/ROOT/pages/servlet/configuration/java.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/configuration/java.adoc b/docs/modules/ROOT/pages/servlet/configuration/java.adoc index 3b6bb50c6c..1b3aa39e59 100644 --- a/docs/modules/ROOT/pages/servlet/configuration/java.adoc +++ b/docs/modules/ROOT/pages/servlet/configuration/java.adoc @@ -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. ====