1
0
mirror of synced 2026-05-22 13:23:17 +00:00

📔 Documentation

1. Correct the org.springframework.security.config.annotation.web.LogoutDsl's property description

Signed-off-by: Simon Von <g1672943850@gmail.com>
This commit is contained in:
Simon Von
2025-10-10 17:51:48 +08:00
committed by Josh Cummings
parent 9ed446e6f5
commit 0927bed66a
@@ -35,7 +35,7 @@ import jakarta.servlet.http.HttpSession
* @since 5.3
* @property clearAuthentication whether the [SecurityContextLogoutHandler] should clear
* the [Authentication] at the time of logout.
* @property clearAuthentication whether to invalidate the [HttpSession] at the time of logout.
* @property invalidateHttpSession whether to invalidate the [HttpSession] at the time of logout.
* @property logoutUrl the URL that triggers log out to occur.
* @property logoutRequestMatcher the [RequestMatcher] that triggers log out to occur.
* @property logoutSuccessUrl the URL to redirect to after logout has occurred.