This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
commit 49eda37f2dfc163fc2a4f93a3219ff38385dbdc1 Merge: 195b0e59d 0a57cac6d Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon May 13 08:23:26 2024 +0200 Merge pull request #931 from apache/fix/WW-5422-trimable WW-5422 Fixes support for trimable locale string in request .../com/opensymphony/xwork2/ActionSupport.java | 5 + .../opensymphony/xwork2/DefaultLocaleProvider.java | 18 ++- .../com/opensymphony/xwork2/LocaleProvider.java | 16 ++ .../validator/DelegatingValidatorContext.java | 12 +- .../struts2/interceptor/I18nInterceptor.java | 25 ++- .../xwork2/DefaultLocaleProviderTest.java | 174 +++++++++++++++++++++ .../opensymphony/xwork2/LocaleProviderTest.java} | 70 ++++++--- .../struts2/interceptor/I18nInterceptorTest.java | 20 +++ 8 files changed, 292 insertions(+), 48 deletions(-)