From f1fddd243bc3661045a8c8c9e53a36f70580a04d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 26 Sep 2016 10:35:45 +0200 Subject: [PATCH] Document spring.http.encoding.mapping Closes gh-7017 --- .../src/main/asciidoc/appendix-application-properties.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 4039573ca7b..f88b95588e4 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -276,6 +276,7 @@ content into your application; rather pick only the properties that you need. spring.http.encoding.force= # Force the encoding to the configured charset on HTTP requests and responses. spring.http.encoding.force-request= # Force the encoding to the configured charset on HTTP requests. Defaults to true when "force" has not been specified. spring.http.encoding.force-response= # Force the encoding to the configured charset on HTTP responses. + spring.http.encoding.mapping= # Locale to Encoding mapping. # MULTIPART ({sc-spring-boot-autoconfigure}/web/MultipartProperties.{sc-ext}[MultipartProperties]) spring.http.multipart.enabled=true # Enable support of multi-part uploads.