This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch
fix/WW-5549-i18n-supportedlocale-breaks-request-locale
in repository https://gitbox.apache.org/repos/asf/struts.git
from 94e70d79d refactor(i18n): extract locale handlers with deprecated
inner wrappers
add 0608cac34 fix(i18n): validate request_only_locale against
supportedLocale and fix Accept-Language fallback
No new revisions were added by this update.
Summary of changes:
.../struts2/interceptor/I18nInterceptor.java | 248 +++++++++------------
.../interceptor/i18n/AbstractLocaleHandler.java | 6 +-
.../i18n/AbstractStoredLocaleHandler.java | 34 ++-
.../i18n/AcceptLanguageLocaleHandler.java | 39 +++-
.../interceptor/i18n/CookieLocaleHandler.java | 17 +-
.../interceptor/i18n/RequestLocaleHandler.java | 25 ++-
.../interceptor/i18n/SessionLocaleHandler.java | 13 +-
.../struts2/interceptor/I18nInterceptorTest.java | 14 ++
8 files changed, 198 insertions(+), 198 deletions(-)