From issues-return-10598-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Sat Nov 07 21:22:56 2009 Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 29362 invoked from network); 7 Nov 2009 21:22:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Nov 2009 21:22:56 -0000 Received: (qmail 86608 invoked by uid 500); 7 Nov 2009 21:22:56 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 86505 invoked by uid 500); 7 Nov 2009 21:22:55 -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 86495 invoked by uid 99); 7 Nov 2009 21:22:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 21:22:55 +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; Sat, 07 Nov 2009 21:22:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 60209234C045 for ; Sat, 7 Nov 2009 13:22:32 -0800 (PST) Message-ID: <826872331.1257628952378.JavaMail.jira@brutus> Date: Sat, 7 Nov 2009 21:22:32 +0000 (UTC) From: "Oliver Heger (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (CONFIGURATION-399) interpolator for reading environment variables In-Reply-To: <195240894.1254805171410.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CONFIGURATION-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774670#action_12774670 ] Oliver Heger commented on CONFIGURATION-399: -------------------------------------------- This makes sense. It should not be too complicated to provide a specialized {{StrLookup}} implementation that delegates to an {{EnvironmentConfiguration}}. > interpolator for reading environment variables > ---------------------------------------------- > > Key: CONFIGURATION-399 > URL: https://issues.apache.org/jira/browse/CONFIGURATION-399 > Project: Commons Configuration > Issue Type: Bug > Components: Interpolation > Affects Versions: 1.6 > Environment: All > Reporter: Chandra > Priority: Minor > Original Estimate: 1h > Remaining Estimate: 1h > > Hello there, > This is an extension of issue Id CONFIGURATION-284 > The "env" interpolator prefix still does not seem to work. On investigation, I noticed that we have a new java class to support reading environment variables from different OSes, but there is no interpolator class (extending StrLookup) that supports the "env" prefix. > Could someone look into this? For the moment, I have put in a class myself locally. Will add to the repository once I find some time.. > Regards. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.