spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

support SocialAuthenticationFailureHandler in setPostFailureUrl(..) #190

Closed sfussenegger closed 8 years ago

sfussenegger commented 8 years ago

setDefaultFailureUrl(..) and setPostFailureUrl(..) do pretty much the same thing. however, one supports SocialAuthenticationFailureHandler while the other doesn't. Addtitionally, delegateAuthenticationFailureHandler could have been out-of-sync with authenticationFailureHandler. With this patch, this is no longer the case.