Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 47C6E200B8C for ; Mon, 12 Sep 2016 08:55:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46794160AD8; Mon, 12 Sep 2016 06:55:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BD98A160AB8 for ; Mon, 12 Sep 2016 08:55:21 +0200 (CEST) Received: (qmail 46348 invoked by uid 500); 12 Sep 2016 06:55:20 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 46207 invoked by uid 99); 12 Sep 2016 06:55:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2016 06:55:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A21A82C1B79 for ; Mon, 12 Sep 2016 06:55:20 +0000 (UTC) Date: Mon, 12 Sep 2016 06:55:20 +0000 (UTC) From: "Hudson (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4686) I18NInterceptor should use ServletRequest.getLocale() to read requested locale MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Sep 2016 06:55:22 -0000 [ https://issues.apache.org/jira/browse/WW-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483281#comment-15483281 ] Hudson commented on WW-4686: ---------------------------- SUCCESS: Integrated in Jenkins build Struts-JDK7-master #520 (See [https://builds.apache.org/job/Struts-JDK7-master/520/]) WW-4686 Merges two implementations of I18N interceptor (lukaszlenart: rev 07bb62ba8f661aaf1f5d5f874408dcdf6c00a0a2) * (edit) core/src/main/java/org/apache/struts2/interceptor/I18nInterceptor.java * (edit) core/src/test/java/org/apache/struts2/interceptor/I18nInterceptorTest.java * (delete) core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java * (delete) core/src/test/java/com/opensymphony/xwork2/interceptor/I18nInterceptorTest.java > I18NInterceptor should use ServletRequest.getLocale() to read requested locale > ------------------------------------------------------------------------------ > > Key: WW-4686 > URL: https://issues.apache.org/jira/browse/WW-4686 > Project: Struts 2 > Issue Type: Improvement > Components: Core Interceptors > Reporter: Lukasz Lenart > Assignee: Lukasz Lenart > Fix For: 2.5.3 > > > This should be used as a fallback when no {{request_locale}} was defined. Also both existing {{I18NInterceptor}} s will be merged into one -- This message was sent by Atlassian JIRA (v6.3.4#6332)