Merge branch '1.0.x'

This commit is contained in:
Andy Wilkinson
2016-02-15 14:19:11 +00:00

View File

@@ -57,6 +57,11 @@ include::{examples-dir}/com/example/mockmvc/CustomEncoding.java[tags=custom-enco
include::{examples-dir}/com/example/restassured/CustomEncoding.java[tags=custom-encoding]
----
TIP: When Spring REST Docs converts a request or response's content to a String, the
`charset` specified in the `Content-Type` header will be used if it is available. In its
absence, the JVM's default `Charset` will be used. The JVM's default `Charset` can be
configured using the `file.encoding` system property.
[[configuration-snippet-template-format]]