Bug 1088602

Summary: [GSS] (6.2.x) listMessagesAsJSON method fails to list messages if the filter property contians \n character.
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jimmy Wilson <jawilson>
Component: HornetQAssignee: Clebert Suconic <csuconic>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Svehla <msvehla>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.1CC: msvehla
Target Milestone: CR2   
Target Release: EAP 6.2.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
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.
Story Points: ---
Clone Of:
: 1089842 (view as bug list) Environment:
Last Closed: 2014-06-09 12:47:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1089842    
Bug Blocks: 1067532, 1084639    

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