Skip to content

Minor error in the Handling Logouts documentation #17031

@Yann39

Description

@Yann39

In the following page https://docs.spring.io/spring-security/reference/servlet/authentication/logout.html, I believe it should be :

this.logoutHandler.logout(request, response, authentication);

instead of :

this.logoutHandler.doLogout(request, response, authentication);

As the logout method name of SecurityContextLogoutHandler is logout.

Same for Kotlin example.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions