Bug 54258

Summary: Proxy : Use Raw Post Body when Sampler has one unnamed argument, useful for Samplers using POST method by of type JSON, XML, GWT body
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: mail4frenz, p.mouawad
Priority: P2    
Version: 2.8   
Target Milestone: ---   
Hardware: All   
OS: All   

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