https://issues.apache.org/bugzilla/show_bug.cgi?id=53957
Priority: P2
Bug ID: 53957
Assignee: [email protected]
Summary: When pasting lists from the clipboard, parse on ':' as
well as tab.
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 2.7
Component: Main
Product: JMeter
The current feature where lists of values in the clipboard can be pasted into
query params, URL filters, etc. requires that the data be tab separated. It
would make sense if this data were also parse using a semicolon because tools
such as Chrome Dev Tools will use this delimeter and this is probably the most
likely source for copying such lists.
This enhancement would remove the step currently required to replace the ':'
with a \t.
--
You are receiving this mail because:
You are the assignee for the bug.