XPath QueryFormat may produce malformed XPath statement
-------------------------------------------------------
Key: JCR-2052
URL: https://issues.apache.org/jira/browse/JCR-2052
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-spi-commons
Reporter: Marcel Reutegger
Priority: Minor
When the query tree contains select properties *and* an order by clause, then
the XPath QueryFormat will produce a malformed XPath statement.
E.g.:
//element(*, foo)/(@a|@b) order by @bar
round trips to:
//element(*, foo) order by @bar/(@a|@b)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.