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

Add a parameter to specify the encoding to read the response resource #44

Closed dvergnes closed 12 years ago

dvergnes commented 12 years ago

The default charset is not always appropriate to read the resource file. For example, for chinese characters UTF-8 should be used to read the resource.

habuma commented 12 years ago

This sounds like a good thing, but as of this morning the spring-test-mvc is no more. Since the client-side testing support is useful for more things than just Spring Social, it has been moved into the spring-test-mvc project (https://github.com/SpringSource/spring-test-mvc) and ultimately will be moved into the core Spring Framework in 3.2.0.

Therefore, may I suggest that you submit a similar pull request for the spring-test-mvc project and it will be considered for merge there? Thanks

dvergnes commented 12 years ago

No problem. See https://github.com/SpringSource/spring-test-mvc/pull/23