Bug 53956 - Add ability to paste (a list of values) from clipboard for Header Manager
Summary: Add ability to paste (a list of values) from clipboard for Header Manager
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.7
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-03 09:37 UTC by oliver lloyd
Modified: 2012-10-13 19:39 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oliver lloyd 2012-10-03 09:37:16 UTC
This feature is found in other controllers and is, frankly, a Godsend. Could the same logic be copied over to the HTTP Header Manager control.

The benefit here is that I am able to read a request in something like Chrome Dev Tools and simply copy and paste not just the lists of Query/Post params but, with this enhancement, the list of headers as well. This would make transferring requests from what is seen in the browser to JMeter much easier and more accurate.
Comment 1 Philippe Mouawad 2012-10-13 19:22:49 UTC
Date: Sat Oct 13 19:20:52 2012
New Revision: 1397931

URL: http://svn.apache.org/viewvc?rev=1397931&view=rev
Log:
Bug 53956 - Add ability to paste (a list of values) from clipboard for Header Manager
Bugzilla Id: 53956

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HeaderPanel.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2012-10-13 19:39:06 UTC
: separator has been chosen because:
- In Chrome dev tools, it is used
- In Safari dev tools, it is used
- In Firefox (FIREBUG), network panel shows tab separated name/value , BUT clicking view source shows them : separated
- In JMeter request headers are displayed : separated in Tree Result
Comment 3 The ASF infrastructure team 2022-09-24 20:37:51 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2942