Kyrre created QPID-8656:
---------------------------

             Summary: Selector parsing logic error when combining NOT and LIKE
                 Key: QPID-8656
                 URL: https://issues.apache.org/jira/browse/QPID-8656
             Project: Qpid
          Issue Type: Bug
          Components: Broker-J
    Affects Versions: qpid-java-broker-9.0.0
            Reporter: Kyrre


The JMSSelectorFilter.match() gives unexpected results when combining the LIKE 
and NOT operators.

The selector "NOT (entry LIKE '%aaa%')" and value "bbbb" returns true, as 
expected,

The selector "NOT entry LIKE '%aaa%'" and value "bbbb" returns false, whcih is 
a bug.

In both cases the method retuns true when the value is "aaaa"

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to