You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2016/06/15 01:41:30 UTC

[jira] [Resolved] (ARTEMIS-568) JMS Selector parsing will not fail if a valid selector is followed by invalid text

     [ https://issues.apache.org/jira/browse/ARTEMIS-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved ARTEMIS-568.
----------------------------------
    Resolution: Fixed

> JMS Selector parsing will not fail if a valid selector is followed by invalid text
> ----------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-568
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-568
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 1.3.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 1.4.0
>
>
> A JMS Selector which has a valid stem followed by invalid data will not cause a failure, and the selector will be parsed an executed as if only the valid stem were present.
> For example the selector
> {code}
> a = 1 AMD  b = 2
> {code}
> will be treated as if the selector was
> {code}
> a = 1
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)