Bug 1088602 - [GSS] (6.2.x) listMessagesAsJSON method fails to list messages if the filter property contians \n character.
Summary: [GSS] (6.2.x) listMessagesAsJSON method fails to list messages if the filter ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: HornetQ
Version: 6.2.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR2
: EAP 6.2.3
Assignee: Clebert Suconic
QA Contact: Martin Svehla
Russell Dickenson
URL:
Whiteboard:
Depends On: 1089842
Blocks: eap62-cp03-blockers 1084639
TreeView+ depends on / blocked
 
Reported: 2014-04-16 21:01 UTC by Jimmy Wilson
Modified: 2014-08-12 02:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Filter parsing would fail if you used `\n` inside a String or any other property. We fixed it accordingly to accept `\n` on the filter property.
Clone Of:
: 1089842 (view as bug list)
Environment:
Last Closed: 2014-06-09 12:47:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jimmy Wilson 2014-04-16 21:01:04 UTC
listMessagesAsJSON fails to list messages if filter property coanitns '\n' character.

For example filter '%1234%' will list messages containing 'hello1234' but it will not list the same message if the string is 'hello1234\n'.

Comment 1 Martin Svehla 2014-05-06 14:19:29 UTC
Verified with EAP 6.2.3.CP.CR2 / HornetQ 2.3.14.1.Final


Note You need to log in before you can comment on or make changes to this bug.