Bug 53774 - RequestViewRaw does not show headers unless samplerData is non-null
Summary: RequestViewRaw does not show headers unless samplerData is non-null
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 minor (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 11:50 UTC by Sebb
Modified: 2012-08-24 12:03 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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