DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31745>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31745

[configuration] HierarchicalConfiguration.getKeys(String) might return empty iterator

           Summary: [configuration]
                    HierarchicalConfiguration.getKeys(String) might return
                    empty iterator
           Product: Commons
           Version: 1.0 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Configuration
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If called with a prefix string that contains indices, the implementation of
getKeys(String) inherited from AbstractConfiguration fails to find keys with the
passed in prefix. So the returned iterator is empty.

This patch provides a specific implementation of this method for
HierarchicalConfiguration that solves this problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to