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

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

Commit 1749715 from [~k-wall] in branch 'java/branches/6.0.x'
[ https://svn.apache.org/r1749715 ]

QPID-7301: [Java Client] [Java Broker] JMS Selector parsing will not fail if a 
valid selector is followed by invalid text

Also included fix to common/pom.xml cherry picked from QPID-6969 rev. 1722953

Merged from trunk with command:

svn merge -c 1748254 ^/qpid/java/trunk

> [Java Client] [Java Broker] JMS Selector parsing will not fail if a valid 
> selector is followed by invalid text
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7301
>                 URL: https://issues.apache.org/jira/browse/QPID-7301
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Common
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>             Fix For: qpid-java-6.1, qpid-java-6.0.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)

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

Reply via email to