Re: [TEST] Struts 2.5.26 test build is ready

2020-11-22 Thread Lukasz Lenart
pon., 23 lis 2020 o 04:40 James Chaplin napisał(a): > > Hi Łukasz. > > Thanks for your work on, and putting together, the 2.5.26 test build. > > I downloaded the Struts 2.5.26 test build and ran the Struts Showcase > and Struts Rest Showcase applications locally. All the interaction fo

Re: [TEST] Struts 2.5.26 test build is ready

2020-11-22 Thread James Chaplin
Hi Łukasz. Thanks for your work on, and putting together, the 2.5.26 test build. I downloaded the Struts 2.5.26 test build and ran the Struts Showcase and Struts Rest Showcase applications locally. All the interaction for both applications seemed to work fine with the 2.5.26 test bui

[GitHub] [struts] lukaszlenart opened a new pull request #451: [WW-4929] Adds support for Accept-Language header when looking up Locale

2020-11-22 Thread GitBox
lukaszlenart opened a new pull request #451: URL: https://github.com/apache/struts/pull/451 This PR adds a new handler to support `Accept-Language` header when selecting `Locale`. `I18Interceptor` must be configured with a set of supported locale to properly filter out user's `Locale`.