[
https://issues.apache.org/jira/browse/JCR-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved JCR-2052.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
Fixed in revision: 760876
> 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
> Fix For: 1.6.0
>
>
> 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.