Skip to content

Commit 4ac092c

Browse files
asimuleojzheaux
authored andcommitted
Update logout.adoc: Fix Customizing Logout Success Example
1 parent c702c99 commit 4ac092c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/logout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ While using `logoutSuccessUrl` will suffice for most cases, you may need to do s
315315
For example, instead of redirecting, you may want to only return a status code.
316316
In this case, you can provide a success handler instance, like so:
317317

318-
.Using Clear-Site-Data to Clear Cookies
318+
.Using HttpStatusReturningLogoutSuccessHandler to return a status code
319319
[tabs]
320320
======
321321
Java::

0 commit comments

Comments
 (0)