You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Raymond Wells (JIRA)" <ji...@apache.org> on 2017/08/21 20:26:00 UTC

[jira] [Created] (CXF-7481) FiqlParser throws SearchParseException on empty string value

Raymond Wells created CXF-7481:
----------------------------------

             Summary: FiqlParser throws SearchParseException on empty string value
                 Key: CXF-7481
                 URL: https://issues.apache.org/jira/browse/CXF-7481
             Project: CXF
          Issue Type: Bug
            Reporter: Raymond Wells


How to reproduce:

Try to pass a comparison with an empty string into FiqlParser#parse. Example: 

{{name==}}

Expected Result:

Parser treats expression as a comparison between the property 'name' and an empty string value ''.

Actual Result:

Parser throws SearchParseException.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)