[ 
https://issues.apache.org/jira/browse/QPID-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17793294#comment-17793294
 ] 

ASF GitHub Bot commented on QPID-8656:
--------------------------------------

dakirily opened a new pull request, #230:
URL: https://github.com/apache/qpid-broker-j/pull/230

   This PR addresses 
[QPID-8656](https://issues.apache.org/jira/browse/QPID-8656), fixing parsing 
logic when combining NOT and LIKE




> [Broker-J] 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
>            Priority: Minor
>             Fix For: qpid-java-broker-9.1.1
>
>
> 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