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

refactor social security code #77

Closed jiwhiz closed 11 years ago

jiwhiz commented 11 years ago

See SOCIAL-345

Change SocialAuthenticationFilter to extend AbstractAuthenticationProcessingFilter, and override unsuccessfulAuthentication to handle redirect exception; Change SocialAuthenticationRedirectException to extend AuthenticationException; Add Connection<?> to SocialAuthenticationToken; Update unit test;

Pull request again to view the code changes.