Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-2052

XPath QueryFormat may produce malformed XPath statement

    XMLWordPrintableJSON

Details

    Description

      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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            mreutegg Marcel Reutegger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: