We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022c03a commit 93fda87Copy full SHA for 93fda87
docs/modules/ROOT/pages/servlet/authentication/logout.adoc
@@ -416,7 +416,7 @@ val logoutHandler = SecurityContextLogoutHandler()
416
@PostMapping("/my/logout")
417
fun performLogout(val authentication: Authentication, val request: HttpServletRequest, val response: HttpServletResponse): String {
418
// .. perform logout
419
- this.logoutHandler.doLogout(request, response, authentication)
+ this.logoutHandler.logout(request, response, authentication)
420
return "redirect:/home"
421
}
422
----
0 commit comments