mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
WW-4929 Uses Accept-Language first even with cookies, then fallbacks to Request
This commit is contained in:
@@ -368,7 +368,7 @@ public class I18nInterceptor extends AbstractInterceptor {
|
||||
}
|
||||
}
|
||||
|
||||
protected class CookieLocaleHandler extends RequestLocaleHandler {
|
||||
protected class CookieLocaleHandler extends AcceptLanguageLocaleHandler {
|
||||
protected CookieLocaleHandler(ActionInvocation invocation) {
|
||||
super(invocation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user