Skip to content

Commit 0927bed

Browse files
SimonVonXCVIIjzheaux
authored andcommitted
📔 Documentation
1. Correct the org.springframework.security.config.annotation.web.LogoutDsl's property description Signed-off-by: Simon Von <[email protected]>
1 parent 9ed446e commit 0927bed

File tree

1 file changed

+1
-1
lines changed
  • config/src/main/kotlin/org/springframework/security/config/annotation/web

1 file changed

+1
-1
lines changed

‎config/src/main/kotlin/org/springframework/security/config/annotation/web/LogoutDsl.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import jakarta.servlet.http.HttpSession
3535
* @since 5.3
3636
* @property clearAuthentication whether the [SecurityContextLogoutHandler] should clear
3737
* the [Authentication] at the time of logout.
38-
* @property clearAuthentication whether to invalidate the [HttpSession] at the time of logout.
38+
* @property invalidateHttpSession whether to invalidate the [HttpSession] at the time of logout.
3939
* @property logoutUrl the URL that triggers log out to occur.
4040
* @property logoutRequestMatcher the [RequestMatcher] that triggers log out to occur.
4141
* @property logoutSuccessUrl the URL to redirect to after logout has occurred.

0 commit comments

Comments
 (0)