Details
-
Bug
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
0.9, 1.0, 1.0.1, 1.1, 1.1.1, 1.2.1, 1.2.2, 1.2.3, 1.3, 1.3.1, 1.3.3
-
None
-
None
Description
The XPath parser seems to be too tolerant, in that it accepts expressions Jackrabbit is not designed to deal with, and silently treats them in some other way.
For instance "/a | /b" is accepted and processed as "/a/b".
(As mentioned on the mailing list, there may be other related issues such as unsupported function names that are accepted but shouldn't)
Attachments
Issue Links
- is duplicated by
-
JCR-1089 Xpath query parser accepts "/a | /b" and treats it as "/a/b"
- Closed