You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/11/28 09:17:10 UTC

[struts] branch master updated (1bf0e12 -> 3949cd0)

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from 1bf0e12  Merge pull request #450 from apache/WW-3730-use-params-directly
     add a1c5284  WW-4929 Adds support for Accept-Language header when looking up Locale
     new 3949cd0  Merge pull request #451 from apache/WW-4929-support-accept-language

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../struts2/interceptor/I18nInterceptor.java       | 70 ++++++++++++++++++----
 .../struts2/interceptor/I18nInterceptorTest.java   | 43 +++++++++++--
 2 files changed, 96 insertions(+), 17 deletions(-)


[struts] 01/01: Merge pull request #451 from apache/WW-4929-support-accept-language

Posted by lu...@apache.org.
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 3949cd03e50aaf7881a3550c04ff3a2ffa8c4bb7
Merge: 1bf0e12 a1c5284
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sat Nov 28 10:16:59 2020 +0100

    Merge pull request #451 from apache/WW-4929-support-accept-language
    
    [WW-4929] Adds support for Accept-Language header when looking up Locale

 .../struts2/interceptor/I18nInterceptor.java       | 70 ++++++++++++++++++----
 .../struts2/interceptor/I18nInterceptorTest.java   | 43 +++++++++++--
 2 files changed, 96 insertions(+), 17 deletions(-)