mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 00:32:14 +00:00
Merge branch '5.8.x'
This commit is contained in:
commit
8474acebf2
@ -40,13 +40,13 @@ public SecurityFilterChain filterChain(HttpSecurity http) {
|
||||
-----
|
||||
open fun filterChain(http: HttpSecurity): SecurityFilterChain {
|
||||
http {
|
||||
logout {
|
||||
logoutUrl = "/my/logout" // <1>
|
||||
logoutSuccessUrl = "/my/index" // <2>
|
||||
logoutSuccessHandler = customLogoutSuccessHandler // <3>
|
||||
invalidateHttpSession = true // <4>
|
||||
addLogoutHandler(logoutHandler) // <5>
|
||||
deleteCookies(cookieNamesToClear) // <6>
|
||||
logout { // <1>
|
||||
logoutUrl = "/my/logout" // <2>
|
||||
logoutSuccessUrl = "/my/index" // <3>
|
||||
logoutSuccessHandler = customLogoutSuccessHandler // <4>
|
||||
invalidateHttpSession = true // <5>
|
||||
addLogoutHandler(logoutHandler) // <6>
|
||||
deleteCookies(cookieNamesToClear) // <7>
|
||||
}
|
||||
}
|
||||
// ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user