Xpath query parser accepts "/a | /b" and treats it as "/a/b"
------------------------------------------------------------

                 Key: JCR-1089
                 URL: https://issues.apache.org/jira/browse/JCR-1089
             Project: Jackrabbit
          Issue Type: Bug
          Components: query
            Reporter: Julian Reschke
            Priority: Minor


The XPath query parser accepts the query

  /a | /b

and parses it into a query tree corresponging the Xpath query

  /a/b

It should be rejected instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to