Actions
Architecture #24565
closedrelayd fail on reports containing non utf-8 characters
Fix check:
Checked
Regression:
No
Description
If a reports file contains non UTF-8 characters, relayd will fail to parse it with:
rudder_relayd::processing::reporting: output error: invalid utf-8 sequence of 1 bytes from index 312480
To reproduce:
echo "€" > file iconv -t WINDOWS-1252 -f UTF-8 -o broken file
and for example cat the content of broken
in a command execution method
Updated by Alexis Mousset 8 months ago
- Target version changed from Ideas (not version specific) to 8.0.7
Updated by Alexis Mousset 8 months ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 8 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder/pull/5511
Updated by Alexis Mousset 8 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|59466b2a427b2986f2fc5415c4a60c8cef8cf816.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.0.7 which was released today.
Actions