https://bz.apache.org/bugzilla/show_bug.cgi?id=53957
Andrew Burton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Andrew Burton <[email protected]> --- Created attachment 35479 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35479&action=edit HTTP arguments delimiter Wouldn't the biggest use-case for copying-pasting HTTP arguments be from a Chrome or Firefox dev tab? In that case, we could easily make the case that the default argument separator would be ':' and line separator would be '&'. If copying/pasting from other arguments, which would take '\t' and '\n' as the separators, that could be a separate check. I've attached a patch (also posted to the JMeter Dev mailing list) that applies this to HTTPArgumentsPanel.java This bug has been open for 5 years now and it's one of my biggest bug-bears about copying query parameters into the HTTP Arguments panel. We also have separate classes for the HeaderArguments panel and generic Arguments panel, so any specific delimiter could be applied there, rather than making a delimiter in the already comprehensive set of config parameters. -- You are receiving this mail because: You are the assignee for the bug.
