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

Fixed a NullPointerException in SocialAuthenticationFilter due to the filterProcessesUrl property not being initialized. #157

Closed HenokT closed 9 years ago

HenokT commented 9 years ago

…ilterProcessesUrl property not being initialized

HenokT commented 9 years ago

@habuma This PR fixes a bug introduced by PR #149. This is a blocking issue for anybody who uses the SocialAuthenticationFilter so please merge as soon as possible.

HenokT commented 9 years ago

@habuma Thanks!