Files
spring-restdocs/spring-restdocs-core
Andy Wilkinson 3f6d4b9639 Honour Content-Type charset whenever content is turned into a String
This commit builds on the changes made in the previous commit to
make wider use of the new getContentAsString methods on
OperationRequest and OperationResponse. It also adds such a method to
OperationRequestPart. Any code that previously got the content as a
byte array and then created a String has been updated to either use
getContentAsString or to use the charset from the Content-Type header
when creating a String.

See gh-126
2015-09-23 17:12:02 +01:00
..
2015-09-16 17:39:24 -04:00