https://issues.apache.org/bugzilla/show_bug.cgi?id=46178





--- Comment #5 from Sonam Chauhan <sonam.chau...@ce.com.au>  2009-07-07 
21:15:03 PST ---
Its pretty frustrating to paste a multiline string into the HTTP Sampler
parameters section (Under 'Send Parameters With the Request'), and see JMeter
flatten the multi-line text into a single line. This not only indicates JMeter
sends 'unfaithful' data to the system under test (single-line instead of
multi-line), maintaining the single-line test data is difficult.

For instance, we may be POST-ing two XML documents:
-----------------
Name: Doc1

Value: 
<Doc1>
  <DocDetails1>XXX</DocDetails1>
</Doc1>
-----------------
Name: Doc2

Value: 
<Doc2>
  <DocDetails2>ZZZ</DocDetails2>
</Doc2>
-----------------

Currently JMeter flattens the Doc1 and Doc2 value entries to: 
 <Doc1>  <DocDetails1>XXX</DocDetails1></Doc1>
 <Doc2>  <DocDetails2>ZZZ</DocDetails2></Doc2>

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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to