Skip to content

Commit aff437a

Browse files
committed
Remove unused extras
1 parent 5b1e27b commit aff437a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/com/changenode/frisson/websecurity/WebSecurityConfiguration.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ protected void configure(HttpSecurity http) throws Exception {
4545
.sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS)
4646
.and()
4747
;
48-
// .and()
49-
// .logout()
50-
// .logoutRequestMatcher(new AntPathRequestMatcher("/public/sign-out"))
51-
// .clearAuthentication(true)
52-
// .invalidateHttpSession(true)
53-
// .deleteCookies("JSESSIONID");
5448
logger.info("Security configured.");
5549
}
5650
}

0 commit comments

Comments
 (0)