You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Claus Köll (JIRA)" <ji...@apache.org> on 2008/10/20 13:39:48 UTC

[jira] Resolved: (JCR-1248) Helper Method to escape illegal XPath Search Term

     [ https://issues.apache.org/jira/browse/JCR-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Köll resolved JCR-1248.
-----------------------------

    Resolution: Fixed

Committed in Rev: 706242

> Helper Method to escape illegal XPath Search Term
> -------------------------------------------------
>
>                 Key: JCR-1248
>                 URL: https://issues.apache.org/jira/browse/JCR-1248
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core, query
>    Affects Versions: 1.3.3
>            Reporter: Claus Köll
>            Assignee: Claus Köll
>         Attachments: patch.txt
>
>
> If you try to perform a search like this
> //element(*, nt:base)[jcr:contains(., 'test!')]
> you get this exception
> javax.jcr.RepositoryException: Exception building query: org.apache.jackrabbit.core.query.lucene.fulltext.ParseException: Encountered "<EOF>" at line 1, column 6.

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