You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/servlet/configuration/java.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -394,7 +394,7 @@ public class SecuredSecurityConfig {
394
394
[NOTE]
395
395
====
396
396
This example customizes the login and logout pages, which disables Spring Security's generated pages.
397
-
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`.
397
+
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`.
398
398
Note that Spring Security still provides `POST /secured/login` and `POST /secured/logout` endpoints for you.
0 commit comments