[
https://issues.apache.org/jira/browse/CONFIGURATION-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675880#action_12675880
]
Christian Uldall Pedersen commented on CONFIGURATION-366:
---------------------------------------------------------
What I find a bit peculiar is that getKeys returns the following two elements:
//configurationsecti...@*="DocumentTypeCollectionConfig"]/DocumentTypes/DocumentTypeConfig[1]/CustomHeaderConfiguration/XPaths/Test
//configurationsecti...@*="DocumentTypeCollectionConfig"]/DocumentTypes/DocumentTypeConfig[1]/CustomHeaderConfiguration/XPaths/Ber
On this XML (Config_1):
<XPaths>
<Test>Data</Test>
<Ber>Data2</Ber>
</XPaths>
And:
//configurationsecti...@*="DocumentTypeCollectionConfig"]/DocumentTypes/DocumentTypeConfig[1]/CustomHeaderConfiguration/XPaths
On this XML (Config_2):
<XPaths>
</XPaths>
So the logic is that if there are sub elements then return those, if no sub
elements then return parent element?
> XMLConfiguration.getKeys() broken
> ---------------------------------
>
> Key: CONFIGURATION-366
> URL: https://issues.apache.org/jira/browse/CONFIGURATION-366
> Project: Commons Configuration
> Issue Type: Bug
> Components: Build
> Affects Versions: 1.6
> Environment: Java 6
> Reporter: Christian Uldall Pedersen
> Attachments: Config_1.xml, Config_2.xml, ConfigTest.java
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> XMLConfiguration.getKeys(String prefix) returns iterator with the string
> argument "prefix", when the xpath specified has no sub elements. The
> XPathExpressionEngine has been used as Expression engine.
> Version 1.3 does not have this problem. Here an empty Iterator is returned.
> This seems related to:
> http://issues.apache.org/jira/browse/CONFIGURATION-87
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.