Bug 62269 - View Results Tree : Response and Request Tabs should contains Header and Body tabs
Summary: View Results Tree : Response and Request Tabs should contains Header and Body...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on: 62270
Blocks:
  Show dependency tree
 
Reported: 2018-04-06 18:17 UTC by UbikLoadPack support
Modified: 2018-04-06 18:40 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2018-04-06 18:17:11 UTC
Currently UX is a bit strange:
- First tab contains Sample Result data + Response Headers
- Request tab contains Header + Body mixed
- Response tab only contains Body


We will provide a patch that organizes this way the UX:
- First tab contains Sample Result data
- Request tab contains will contain 2 subtabs : Header / Body
- Response tab contains will contain 2 subtabs : Header / Body
Comment 1 Philippe Mouawad 2018-04-06 18:39:33 UTC
Author: pmouawad
Date: Fri Apr  6 18:30:23 2018
New Revision: 1828540

URL: http://svn.apache.org/viewvc?rev=1828540&view=rev
Log:
Bug 62269 - View Results Tree : Response and Request Tabs should contains Header and Body tabs
Bug 62270 - View Results Tree : Allow searching in Request headers, Response Headers, and Request body
Contributed by UbikLoadPack
Bugzilla Id: 62269

Added:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/JSyntaxSearchToolBar.java   (with props)
Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/RequestViewRaw.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/SearchTextExtension.java
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_es.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/visualizers/RequestViewHTTP.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:13 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4746