Matias Holte created LUCENE-5068:
------------------------------------

             Summary: QueryParserUtil.escape() does not escape forward slash
                 Key: LUCENE-5068
                 URL: https://issues.apache.org/jira/browse/LUCENE-5068
             Project: Lucene - Core
          Issue Type: Bug
          Components: core/queryparser
    Affects Versions: 4.0
            Reporter: Matias Holte
            Priority: Minor


QueryParserUtil.escape() and QueryParser.escape() have different 
implementations. Most important, the former omit escaping forward slash ("/"). 
This again caused errors in the queryparser when a query ended with forward 
slash. 

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to