https://issues.apache.org/bugzilla/show_bug.cgi?id=53957

--- Comment #3 from Sebb <[email protected]> ---
(In reply to comment #2)
> Fair point. Would it make sense to not use '\t' at all and only parse on ':'?
> 
> Both Chrome and Firefox use semicolons so the use case supports this change.

I assume you mean colon (:) rather than semicolon (;) as it is colon (:) that
is used to separate header names from their values.

==

Note that changing the separator may cause problems; ideally it should be
possible to choose which to use. When stuff is pasted using a document or
spreadsheet editor the user can choose whether it is treated as plain text or
formatted text; maybe something similar can be done in JMeter? This might
require Java 6 (which would be OK).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to