Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 80994 invoked from network); 14 Jan 2010 12:37:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2010 12:37:17 -0000 Received: (qmail 7592 invoked by uid 500); 14 Jan 2010 12:37:16 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 7442 invoked by uid 500); 14 Jan 2010 12:37:15 -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 7423 invoked by uid 99); 14 Jan 2010 12:37:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 12:37:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 12:37:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8BCBC234C495 for ; Thu, 14 Jan 2010 04:36:54 -0800 (PST) Message-ID: <314769501.237631263472614571.JavaMail.jira@brutus.apache.org> Date: Thu, 14 Jan 2010 12:36:54 +0000 (UTC) From: "Daniel Berg (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (CONFIGURATION-403) XMLConfiguration isEmpty has altered behaviour between 1.4 and 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 XMLConfiguration isEmpty has altered behaviour between 1.4 and 1.6 ------------------------------------------------------------------- Key: CONFIGURATION-403 URL: https://issues.apache.org/jira/browse/CONFIGURATION-403 Project: Commons Configuration Issue Type: Bug Affects Versions: 1.6 Environment: Windows Vista 64, JDK 1.6 Reporter: Daniel Berg Priority: Minor Fix For: 1.7 Given xml configuration file {code:xml} {code} {code} XMLConfiguration xml = new XMLConfiguration(file); assertTrue(xml.isEmpty()); {code} isEmpty() returned true on version 1.4, now it returns false, and the configuration contains a single empty string as key. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.