Hi, Spring Boot 2.3.1 RELEASE I am trying to handle authentication failure using SimpleUrlAuthenticationFailureHandler and redirect or forward response URL to a new destination URL. Two issues observed: 1.) The method: setDefaultFailureUrl(java.lang.String defaultFailureUrl) is not functioning. 2.) The constructor: SimpleUrlAuthenticationFailureHandler(java.lang.String defaultFailureUrl) would not permit literal String as a parameter unless as bean(object). AuthenticationHandler.pdf
Comment From: hkakutalua
I'm interested in helping with this issue
Comment From: ftanimowo
Hi Henrick, Good to know let's work it out π
On Sat, Jul 18, 2020 at 3:23 PM Henrick Kakutalua notifications@github.com wrote:
I'm interested in helping with this issue
β You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spring-projects/spring-framework/issues/25413#issuecomment-660482525, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEUOVUS2DBMT2J5UXCPWGO3R4GO6VANCNFSM4O6RMCXQ .
Comment From: hkakutalua
Hi Henrick, Good to know let's work it out π β¦ On Sat, Jul 18, 2020 at 3:23 PM Henrick Kakutalua @.***> wrote: I'm interested in helping with this issue β You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#25413 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEUOVUS2DBMT2J5UXCPWGO3R4GO6VANCNFSM4O6RMCXQ .
I don't know if we need to wait for an approval first. Since the status is waiting-for-triage.
Comment From: rstoyanchev
Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use the issue tracker only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.
Please, also keep in mind that SimpleUrlAuthenticationFailureHandler
is a Spring Security class and the issue tracker for that is https://github.com/spring-projects/spring-security/issues.