Joel Richard created JCR-3461:
---------------------------------
Summary: SQL2 query returns no results because @ in path is ignored
Key: JCR-3461
URL: https://issues.apache.org/jira/browse/JCR-3461
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-jcr-commons
Affects Versions: 2.5
Reporter: Joel Richard
Priority: Minor
If you search for nodes under a given path with ISDESCENDANTNODE and the path
contains an @, no results are returned because the @ is removed from the path
and then the path cannot be found.
The @ gets lost in the org.apache.jackrabbit.commons.query.sql2.Parser#readName
method. The reason is that the initialize method assigns the wrong type for @.
Probably the problem exists for other special characters as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira