spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.

Home Page:http://projects.spring.io/spring-social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URIBuilder does not respect x-forwarded headers

avarabyeu opened this issue · comments

Summary

URIBuilder does not respect x-forwarded headers
Please, use org.springframework.web.util.UriComponentsBuilder instead.

Actual Behaviour

X-Forwarded headers are not used to build redirect URL:
org.springframework.social.connect.web.ProviderSignInController#signIn

Version

1.1.4.Release, Master branch