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

GenericConnectionStatusView does not take into account contextPath from auto-connection-views #241

Closed miller79 closed 4 years ago

miller79 commented 7 years ago

Summary

When using the configuration spring.social.auto-connection-views = true, the org.springframework.social.connect.web.GenericConnectionStatusView created form does not take into account the contextPath. It appears that the class hard codes the address /connect/provider. I don't believe this would be a stretch to add this fix.

Version

Spring Social Web - 1.1.4.RELEASE

miller79 commented 4 years ago

Closing this since this project is now dead to clear my open issues.