File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/modules/ROOT/pages/reactive/authentication Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020@Bean
2121SecurityWebFilterChain http(ServerHttpSecurity http) throws Exception {
2222 DelegatingServerLogoutHandler logoutHandler = new DelegatingServerLogoutHandler(
23- new WebSessionServerLogoutHandler (), new SecurityContextServerLogoutHandler ()
23+ new SecurityContextServerLogoutHandler (), new WebSessionServerLogoutHandler ()
2424 );
2525
2626 http
@@ -38,7 +38,7 @@ Kotlin::
3838@Bean
3939fun http(http: ServerHttpSecurity): SecurityWebFilterChain {
4040 val customLogoutHandler = DelegatingServerLogoutHandler(
41- WebSessionServerLogoutHandler (), SecurityContextServerLogoutHandler ()
41+ SecurityContextServerLogoutHandler (), WebSessionServerLogoutHandler ()
4242 )
4343
4444 return http {
You can’t perform that action at this time.
0 commit comments