Actions
Bug #5555
closedlogger_rudder doesn't properly canonify entries
Status:
Rejected
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
in logger_rudder, we use a complex shell script to canonify the key_value
However it does not canonify as CFEngine does:
"foo\cfoo" is canonified by CFEngine as "foo__foo" but the script canonify it as "foo_foo"
"foo\'foo" is canonified by CFEngine as "foo_foo" and the script canonify it as "foo_foo"
The second is by mer chance, it is only the the script drops the \
Actions