https://issues.apache.org/bugzilla/show_bug.cgi?id=53841
Priority: P2
Bug ID: 53841
Assignee: [email protected]
Summary: CSVSaveService reads file using JVM default file
encoding instead of using the one configured in
saveservice.properties
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 2.7
Component: Main
Product: JMeter
Currently, in CSVSaveService#processSamples, the reader is opened using default
JVM file encoding as no encoding is passed, while configured _file_encoding
(saveservice.properties) is used to write this file.
So this may cause problems as CSV writing will use different encoding (probably
UTF-8 if no change has been made) than CSV reading corrupting potentially data
passed to Visualizers (GraphVisualizer, RespTimeGraphVisualizer...)
--
You are receiving this mail because:
You are the assignee for the bug.