XPath does not work with sub-axes
---------------------------------
Key: JCR-843
URL: https://issues.apache.org/jira/browse/JCR-843
Project: Jackrabbit
Issue Type: Bug
Components: query
Affects Versions: 1.2.3
Environment: Windows XP
Reporter: Lucas Galfaso
XPath expressions return false positives when using sub-axes. e.g.
with this repository (not pertinent things removed)
<jcr:root>
<foo>
<kv k="bar" v="shell" />
</foo>
</jcr:root>
the XPath expression "/jcr:root/foo[kv[k='bar'][v='notShell']]"
returns the node (when it should not do so.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.