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 1a9f62d commit 022c03aCopy full SHA for 022c03a
docs/modules/ROOT/pages/servlet/authentication/logout.adoc
@@ -402,7 +402,7 @@ SecurityContextLogoutHandler logoutHandler = new SecurityContextLogoutHandler();
402
@PostMapping("/my/logout")
403
public String performLogout(Authentication authentication, HttpServletRequest request, HttpServletResponse response) {
404
// .. perform logout
405
- this.logoutHandler.doLogout(request, response, authentication);
+ this.logoutHandler.logout(request, response, authentication);
406
return "redirect:/home";
407
}
408
----
0 commit comments