Bug 756074

Summary: Comm layer strips whitespace chars in string arguments
Product: [Other] RHQ Project Reporter: John Sanda <jsanda>
Component: Communications SubsystemAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 4.2CC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
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:    
Bug Blocks: 752488    

Description John Sanda 2011-11-22 16:20:03 UTC
Description of problem:
While testing a CLI script that was fetching file contents from the server as a string, I discovered that new line and tab characters were getting converted to single spaces. After some investigation I determined that this is happening in the JBoss Remoting code. The following is the only possibly relevant issue I came across,

https://issues.jboss.org/browse/JBREM-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel

Note that this only appear to be an issue when sending strings from server to CLI, not from CLI to server. Nor does it appear to be an issue going from server to agent. I haven't tested going from agent to server.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info: