Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED36619B9D for ; Thu, 14 Apr 2016 20:19:30 +0000 (UTC) Received: (qmail 4791 invoked by uid 500); 14 Apr 2016 20:19:25 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 4679 invoked by uid 500); 14 Apr 2016 20:19:25 -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 4659 invoked by uid 99); 14 Apr 2016 20:19:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2016 20:19:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 82B302C1F5A for ; Thu, 14 Apr 2016 20:19:25 +0000 (UTC) Date: Thu, 14 Apr 2016 20:19:25 +0000 (UTC) From: "Oliver Heger (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CONFIGURATION-622) Writing INI file, keys with . become .. 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/CONFIGURATION-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241818#comment-15241818 ] Oliver Heger commented on CONFIGURATION-622: -------------------------------------------- Thanks for the report. I will have a look. > Writing INI file, keys with . become .. > --------------------------------------- > > Key: CONFIGURATION-622 > URL: https://issues.apache.org/jira/browse/CONFIGURATION-622 > Project: Commons Configuration > Issue Type: Bug > Components: Format > Affects Versions: 2.0 > Reporter: Simon Bin > > Here is sample input config: > [learningtask] > trains.lp = 5 > after new INIConfiguration(conf).write() it becomes: > [learningtask] > trains..lp = 5 > seems related to the escaping of keys in the ExpressionEngine -- This message was sent by Atlassian JIRA (v6.3.4#6332)