serverAuthenticationSuccessHandler->authenticationSuccessHandler
Issue: gh-4822
This commit is contained in:
@@ -124,7 +124,7 @@ public class FormLoginTests {
|
||||
.anyExchange().authenticated()
|
||||
.and()
|
||||
.formLogin()
|
||||
.serverAuthenticationSuccessHandler(new RedirectServerAuthenticationSuccessHandler("/custom"))
|
||||
.authenticationSuccessHandler(new RedirectServerAuthenticationSuccessHandler("/custom"))
|
||||
.and()
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user