Bug 756074 - Comm layer strips whitespace chars in string arguments
Summary: Comm layer strips whitespace chars in string arguments
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Communications Subsystem
Version: 4.2
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: jon30-sprint9
TreeView+ depends on / blocked
 
Reported: 2011-11-22 16:20 UTC by John Sanda
Modified: 2022-03-31 04:27 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

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:


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