Closed
Description
Mercy Ma opened SPR-15450 and commented
I used org.springframework.web.servlet.i18n.SessionLocaleResolver to resolve LocaleContext , and found the attribute name of HttpSession is a constant value ( String LOCALE_SESSION_ATTRIBUTE_NAME = SessionLocaleResolver.class.getName() + ".LOCALE";) , and it still can't be changed in latest version of Spring WebMVC, thus , Is possible to change the attribute name of HttpSession for SessionLocaleResolver ?
Affects: 4.3.7
Issue Links:
- CookieLocaleResolver may disturb error rendering when locale cookie has a malformed value [SPR-15182] #19748 CookieLocaleResolver may disturb error rendering when locale cookie has a malformed value
- Revise AcceptHeaderLocaleResolver default locale handling [SPR-15426] #19987 Revise AcceptHeaderLocaleResolver default locale handling