We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed446e commit 0927bedCopy full SHA for 0927bed
1 file changed
‎config/src/main/kotlin/org/springframework/security/config/annotation/web/LogoutDsl.kt‎
@@ -35,7 +35,7 @@ import jakarta.servlet.http.HttpSession
35
* @since 5.3
36
* @property clearAuthentication whether the [SecurityContextLogoutHandler] should clear
37
* the [Authentication] at the time of logout.
38
- * @property clearAuthentication whether to invalidate the [HttpSession] at the time of logout.
+ * @property invalidateHttpSession whether to invalidate the [HttpSession] at the time of logout.
39
* @property logoutUrl the URL that triggers log out to occur.
40
* @property logoutRequestMatcher the [RequestMatcher] that triggers log out to occur.
41
* @property logoutSuccessUrl the URL to redirect to after logout has occurred.
0 commit comments