You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/12/01 23:33:20 UTC

[jira] Updated: (SOLR-1615) backslash escaping bug

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

Yonik Seeley updated SOLR-1615:
-------------------------------

    Attachment: SOLR-1615.patch

Here's a patch that fixes the problem and adds java-style unicode escaping (\uxxxx) to quoted strings as well.

> backslash escaping bug
> ----------------------
>
>                 Key: SOLR-1615
>                 URL: https://issues.apache.org/jira/browse/SOLR-1615
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.5
>
>         Attachments: SOLR-1615.patch
>
>
> backslash escaping isn't done properly in quoted strings for the StrParser which is used for function queries and for local params
> http://search.lucidimagination.com/search/document/7e4c934a3168e53e/character_escape_in_queryparsing_strparser_getquotedstring

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