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 53D422009A0 for ; Sat, 21 May 2016 21:39:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5255F160A04; Sat, 21 May 2016 19:39:14 +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 C075F160A02 for ; Sat, 21 May 2016 21:39:13 +0200 (CEST) Received: (qmail 67601 invoked by uid 500); 21 May 2016 19:39:13 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 67589 invoked by uid 99); 21 May 2016 19:39:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2016 19:39:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CB32C2C1F58 for ; Sat, 21 May 2016 19:39:12 +0000 (UTC) Date: Sat, 21 May 2016 19:39:12 +0000 (UTC) From: "Oliver Heger (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CONFIGURATION-623) Treat hierarchy delimiter equivalent to hierarchy instead of escaping MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 21 May 2016 19:39:14 -0000 [ https://issues.apache.org/jira/browse/CONFIGURATION-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295228#comment-15295228 ] Oliver Heger commented on CONFIGURATION-623: -------------------------------------------- Any comments here? Otherwise, I tend to close this as wont-fix. > Treat hierarchy delimiter equivalent to hierarchy instead of escaping > --------------------------------------------------------------------- > > Key: CONFIGURATION-623 > URL: https://issues.apache.org/jira/browse/CONFIGURATION-623 > Project: Commons Configuration > Issue Type: Wish > Components: Expression engine > Affects Versions: 2.0 > Reporter: Simon Bin > > It would be nice if the . character could work as a hierarchy introducer, in such a way that those files > [learningtask] > trains.lp = 5 > [learningtask.trains] > lp = 7 > could be queried with config.getList(String.class, "learningtask.trains.lp"); > (note, at the moment you need to use the escaped form and will only get one or the other: "learningtask..trains.lp" or "learningtask.trains..lp" -- This message was sent by Atlassian JIRA (v6.3.4#6332)