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/14 16:50:57 UTC

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

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

Timothy Bish resolved AMQ-6325.
-------------------------------
    Resolution: Fixed

Fix by: 7b207567d9d304facdfa7c1c5d7fa8a81b6fe70e

> JMS Selector parsing will not fail if a valid selector is followed by invalid text
> ----------------------------------------------------------------------------------
>
>                 Key: AMQ-6325
>                 URL: https://issues.apache.org/jira/browse/AMQ-6325
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker, JMS client
>    Affects Versions: 5.13.3
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 5.14.0, 5.13.4
>
>
> 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)