You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ralph Goers (JIRA)" <ji...@apache.org> on 2009/01/26 07:59:02 UTC

[jira] Created: (CONFIGURATION-361) MultiFileHierarchicalConfiguration does not create url correctly and should be able to ignore missing files.

MultiFileHierarchicalConfiguration does not create url correctly and should be able to ignore missing files.
------------------------------------------------------------------------------------------------------------

                 Key: CONFIGURATION-361
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-361
             Project: Commons Configuration
          Issue Type: Bug
    Affects Versions: 1.6
            Reporter: Ralph Goers
            Assignee: Ralph Goers
             Fix For: 1.7


1. MultiFileHierarchicalConfiguration does not incorporate the basepath when creating the file url.
2. If the file pattern results in a non-existent file an exception is thrown. When used in conjunction with another file in a DynamicCombinedConfiguration however, an exception should not be thrown. Instead an empty configuration should be used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CONFIGURATION-361) MultiFileHierarchicalConfiguration does not create url correctly and should be able to ignore missing files.

Posted by "Ralph Goers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONFIGURATION-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralph Goers resolved CONFIGURATION-361.
---------------------------------------

    Resolution: Fixed

The fix was committed.

> MultiFileHierarchicalConfiguration does not create url correctly and should be able to ignore missing files.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-361
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-361
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.6
>            Reporter: Ralph Goers
>            Assignee: Ralph Goers
>             Fix For: 1.7
>
>
> 1. MultiFileHierarchicalConfiguration does not incorporate the basepath when creating the file url.
> 2. If the file pattern results in a non-existent file an exception is thrown. When used in conjunction with another file in a DynamicCombinedConfiguration however, an exception should not be thrown. Instead an empty configuration should be used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.