https://bz.apache.org/bugzilla/show_bug.cgi?id=63962
RuThaNiel van den Naar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from RuThaNiel van den Naar <[email protected]> --- Ok i find out how to fix it manual for some response (bellow), but Jmeter should have option to make it itself. With Notepad++, you need HTML TAG Plugin. File->New Encoding->UTF-8 Paste response text form view results *.jtl between ResponseData tag. Select all text use Plugin-HTML TAG- Decode HTML entities // This magic function, C# has something for it, Java has it too, because its probably used for View Results Load results visualization. There is problem with ' tag you have to replace all occurances by "'". In right bottom corner - change end of lines coding from Windows CR/LF to Unix LF. Now i have same size and response text as in case of Save Response to file. -- You are receiving this mail because: You are the assignee for the bug.
