Bug 53774

Summary: RequestViewRaw does not show headers unless samplerData is non-null
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2012-08-24 11:50:35 UTC
If the samplerData is null, request headers are not shown.

This probably cannot happen at present, but should be allowed for.

It's easy to demonstrate:

Java Sampler
- BSH PostProcessor: prev.setRequestHeaders("sampler header");
Comment 1 Sebb 2012-08-24 12:03:56 UTC
URL: http://svn.apache.org/viewvc?rev=1376890&view=rev
Log:
RequestViewRaw does not show headers unless samplerData is non-null
Bugzilla Id: 53774

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/RequestViewRaw.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:51 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2901