Bug 58849 - View Results Tree : Add a search panel to the request http view to be able to search in the parameters table
Summary: View Results Tree : Add a search panel to the request http view to be able to...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.13
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-13 10:38 UTC by benoit.wiart
Modified: 2016-01-14 13:35 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description benoit.wiart 2016-01-13 10:38:13 UTC
the search is only done on the parameters table

the existing search extension used on jeditorpane was updated to make it
work on any component (you have to implement the specific logic)
Comment 1 benoit.wiart 2016-01-13 10:39:04 UTC
PR https://github.com/apache/jmeter/pull/73
Comment 2 Philippe Mouawad 2016-01-14 13:35:55 UTC
Date: Thu Jan 14 13:35:03 2016
New Revision: 1724605

URL: http://svn.apache.org/viewvc?rev=1724605&view=rev
Log:
Bug 58849 - View Results Tree : Add a search panel to the request http view to be able to search in the parameters table
#resolve #73
Bugzilla Id: 58849

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/SearchTextExtension.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/visualizers/RequestViewHTTP.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:38:02 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3775