Return-Path: X-Original-To: apmail-tapestry-commits-archive@minotaur.apache.org Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9893711892 for ; Fri, 16 May 2014 19:06:15 +0000 (UTC) Received: (qmail 82781 invoked by uid 500); 16 May 2014 10:52:28 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 54547 invoked by uid 500); 16 May 2014 10:28:33 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 48270 invoked by uid 99); 16 May 2014 10:20:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 10:20:55 +0000 Date: Fri, 16 May 2014 10:20:54 +0000 (UTC) From: "Jochen Kemnade (JIRA)" To: commits@tapestry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (TAP5-2036) Localized filenames not found if locale contains variant MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TAP5-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Kemnade updated TAP5-2036: --------------------------------- Labels: locale localizedNameGenerator patch properties variant (was: locale localizedNameGenerator properties variant) > Localized filenames not found if locale contains variant > -------------------------------------------------------- > > Key: TAP5-2036 > URL: https://issues.apache.org/jira/browse/TAP5-2036 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-ioc > Affects Versions: 5.3, 5.2, 5.1 > Reporter: Nourredine K. > Priority: Minor > Labels: locale, localizedNameGenerator, patch, properties, variant > Attachments: LocalizedNameGenerator.patch, LocalizedNameGeneratorSpec.patch > > > The generated filenames by the "LocalizedNameGenerator" class is incorrect for LV and V cases. > For instance, for "foo.properties" and locale "en_US_WIN", the generated names are "foo_en_US_WIN.properties", "foo_en_US.properties", "foo__WIN.properties", "foo_en.properties" and "foo.properties". > "foo__WIN.properties" should be "foo_en__WIN.properties" and it misses "foo___WIN.properties" -- This message was sent by Atlassian JIRA (v6.2#6252)