Bug 62269

Summary: View Results Tree : Response and Request Tabs should contains Header and Body tabs
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 4.0   
Target Milestone: JMETER_5.0   
Hardware: All   
OS: All   
Bug Depends on: 62270    
Bug Blocks:    

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