You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Chris Eineke (JIRA)" <ji...@apache.org> on 2013/07/18 15:38:48 UTC

[jira] [Created] (CXF-5138) Separating search parameters by ; (for AND) produces a NULL search condition

Chris Eineke created CXF-5138:
---------------------------------

             Summary: Separating search parameters by ; (for AND) produces a NULL search condition
                 Key: CXF-5138
                 URL: https://issues.apache.org/jira/browse/CXF-5138
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.6.7
            Reporter: Chris Eineke
            Priority: Critical


When separating a search with ';' (to indicate AND), SearchContext.getCondition(SearchBean.class) returns null.

This works:

?_s=name==CXF


This doesn't:

?_s=name==CXF;version=1

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