DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44325>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44325

           Summary: JMeter converts new lines to spaces
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


A HTTP Sampler has a single parameter composed of several name=value pairs, each
on a new line:

name1=value1
name2=value2
name3=value3

In JMeter this shows up as a single parameter.  When the user attempts to edit
the parameter, JMeter allows it, but running the script subsequently shows that
Sample no longer makes the correct request.

Checking the script in a text editor shows that, when the user clicks in the
"value" field of the Sampler, the breaks are automatically converted to spaces.

name1=value1 name2=value2 name3=value3

This causes the system under test to treat the sampler's request as an erroneous
request.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to