spring-boot/spring-boot-autoconfigure
Brian Clozel a282710fc9 Add Locale to Charset Mapping for Servlet containers
This commit adds a new configuration key:

    spring.http.encoding.mapping.<locale>=<charset>

This allows to specify which default charset should be used for any
given Locale, if none has been provided already in the response itself.
This applies to all supported embedded servlet containers.

Fixes gh-6453
2016-07-26 12:17:11 +02:00
..
src Add Locale to Charset Mapping for Servlet containers 2016-07-26 12:17:11 +02:00
pom.xml Upgrade to Ehcache 3.1.1 2016-07-19 11:35:57 +02:00