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

ASF subversion and git services commented on QPID-8656:
-------------------------------------------------------

Commit 8f7909fbb2d6f9eae22b84e3a4782af6d7d70bbc in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=8f7909fbb2 ]

QPID-8656: [Broker-J] Selector parsing logic error when combining NOT and LIKE 
(#230)



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