From 64920c12de9a335b770581213250fc252faa78c2 Mon Sep 17 00:00:00 2001 From: Xi Minghui Date: Thu, 5 Sep 2024 05:47:12 +0800 Subject: [PATCH] Correct Title in logout.adoc --- docs/modules/ROOT/pages/servlet/authentication/logout.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/logout.adoc b/docs/modules/ROOT/pages/servlet/authentication/logout.adoc index 81831928ac..d94b8a8d2e 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/logout.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/logout.adoc @@ -315,7 +315,7 @@ javadoc:org.springframework.security.web.authentication.logout.LogoutSuccessHand For example, instead of redirecting, you may want to only return a status code. In this case, you can provide a success handler instance, like so: -.Using Clear-Site-Data to Clear Cookies +.Customizing Logout Success to Return HTTP Status Code [tabs] ====== Java::