Fix-convert-V2 (#5147)

Custom processors can now return consume all inputs flag. This allows to
have many inputs to single output consumption

Fixed multi call conversion logic
This commit is contained in:
ConnorYoh
2025-12-03 17:39:49 +00:00
committed by GitHub
parent 5d827df08c
commit f2bffe2dc6
13 changed files with 207 additions and 87 deletions
@@ -331,7 +331,9 @@ public class SecurityConfiguration {
formLogin ->
formLogin
.loginPage("/login") // Redirect here when unauthenticated
.loginProcessingUrl("/perform_login") // Process form posts here (not /login)
.loginProcessingUrl(
"/perform_login") // Process form posts here (not
// /login)
.successHandler(
new CustomAuthenticationSuccessHandler(
loginAttemptService,