spring-boot/spring-boot-autoconfigure
Stephane Nicoll d54474b81c Allow locale to be overridden by "Accept-Language"
Previously, when `spring.mvc.locale` was specified, that locale was used
regardless of the client's preferences. This commit adds an extra
`spring.mvc.locale-resolver` property that can control how the locale is
resolved. The default is `ACCEPT_HEADER` but can be set to `FIXED` to
restore the previous behaviour.

Closes gh-6083
2016-06-16 14:48:55 +02:00
..
src Allow locale to be overridden by "Accept-Language" 2016-06-16 14:48:55 +02:00
pom.xml Add Jest support 2016-06-13 15:25:10 +02:00