mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
This commit updates the Javadoc for getLocale() and getLocales() in MockHttpServletRequest to point out that the mock implementation does not comply with the the Servlet specification with regard to the Accept-Language header. Issue: SPR-12043