Skip to content

Commit 264c58a

Browse files
committed
work
1 parent 0b858de commit 264c58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/woehlke/java/simpleworklist/config/WebSecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected void configure(HttpSecurity http) throws Exception {
7676
.loginProcessingUrl(simpleworklistProperties.getWebSecurity().getLoginProcessingUrl())
7777
.failureForwardUrl(simpleworklistProperties.getWebSecurity().getFailureForwardUrl())
7878
.defaultSuccessUrl(simpleworklistProperties.getWebSecurity().getDefaultSuccessUrl())
79-
.successHandler(authenticationSuccessHandler)
79+
//.successHandler(authenticationSuccessHandler)
8080
.permitAll()
8181
.and()
8282
.csrf()

0 commit comments

Comments
 (0)