We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1e27b commit aff437aCopy full SHA for aff437a
src/main/java/com/changenode/frisson/websecurity/WebSecurityConfiguration.java
@@ -45,12 +45,6 @@ protected void configure(HttpSecurity http) throws Exception {
45
.sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS)
46
.and()
47
;
48
-// .and()
49
-// .logout()
50
-// .logoutRequestMatcher(new AntPathRequestMatcher("/public/sign-out"))
51
-// .clearAuthentication(true)
52
-// .invalidateHttpSession(true)
53
-// .deleteCookies("JSESSIONID");
54
logger.info("Security configured.");
55
}
56
0 commit comments