Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 67863 invoked from network); 2 Dec 2006 18:10:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2006 18:10:43 -0000 Received: (qmail 39171 invoked by uid 500); 2 Dec 2006 18:10:50 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 39096 invoked by uid 500); 2 Dec 2006 18:10:50 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 39085 invoked by uid 99); 2 Dec 2006 18:10:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 10:10:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 10:10:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 10A287142EC for ; Sat, 2 Dec 2006 10:10:21 -0800 (PST) Message-ID: <5264126.1165083021065.JavaMail.jira@brutus> Date: Sat, 2 Dec 2006 10:10:21 -0800 (PST) From: "Oliver Heger (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Created: (CONFIGURATION-242) The configuration returned by HierarchicalConfiguration.subset() does not globally interpolate MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The configuration returned by HierarchicalConfiguration.subset() does not globally interpolate ---------------------------------------------------------------------------------------------- Key: CONFIGURATION-242 URL: http://issues.apache.org/jira/browse/CONFIGURATION-242 Project: Commons Configuration Issue Type: Bug Affects Versions: 1.3 Final Reporter: Oliver Heger Assigned To: Oliver Heger Interpolation is only performed in the subset configuration itself. If the referenced property is not in the subset (but somewhere else in the parent configuration), it cannot be resolved. Interpolation should take all properties of the parent configuration into account. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org