Bug 54258 - Proxy : Use Raw Post Body when Sampler has one unnamed argument, useful for Samplers using POST method by of type JSON, XML, GWT body
Summary: Proxy : Use Raw Post Body when Sampler has one unnamed argument, useful for S...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.8
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 15:08 UTC by Philippe Mouawad
Modified: 2015-09-29 17:12 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2012-12-07 15:08:13 UTC
For samplers using POST method with a body of type JSON, XML, GWT, currently Proxy generates sampler that uses the Parameters tab with:
- 1 parameter without name and body in the value column

Result is confusing and not very readable.


This enhancement will use POST BODY tab for rendering this kind of Samplers which is much more suitable for them.
Comment 1 Philippe Mouawad 2012-12-07 15:10:25 UTC
Date: Fri Dec  7 15:09:35 2012
New Revision: 1418351

URL: http://svn.apache.org/viewvc?rev=1418351&view=rev
Log:
Bug 54258 - Proxy : Use Raw Post Body when Sampler has one unnamed argument, useful for Samplers using POST method by of type JSON, XML, GWT body
Bugzilla Id: 54258

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 mail4frenz 2015-09-29 08:05:37 UTC
How do I add this java file in jmeter?
Comment 3 Sebb 2015-09-29 17:12:19 UTC
(In reply to mail4frenz from comment #2)
> How do I add this java file in jmeter?

Bugzilla is not a support forum.

Please subscribe to the JMeter user list and ask there.

Thanks.
Comment 4 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3007