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 0b858de commit 264c58aCopy full SHA for 264c58a
src/main/java/org/woehlke/java/simpleworklist/config/WebSecurityConfig.java
@@ -76,7 +76,7 @@ protected void configure(HttpSecurity http) throws Exception {
76
.loginProcessingUrl(simpleworklistProperties.getWebSecurity().getLoginProcessingUrl())
77
.failureForwardUrl(simpleworklistProperties.getWebSecurity().getFailureForwardUrl())
78
.defaultSuccessUrl(simpleworklistProperties.getWebSecurity().getDefaultSuccessUrl())
79
- .successHandler(authenticationSuccessHandler)
+ //.successHandler(authenticationSuccessHandler)
80
.permitAll()
81
.and()
82
.csrf()
0 commit comments