Actions
Bug #14795
openFile ensure key value in ini section breaks escaped quotes when replacing values
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
When managing values containing escaped double quotes, insertion when key is not present works well, but replacement adds a double backslash before the double quote in the destination file.
The bug likely lies in the CFEngine stdlib body we use.
Updated by Alexis Mousset about 6 years ago
Work in progess here: https://github.com/amousset/ncf/commit/b800dc346db2e85e6b79209f167b31c466c08def
Updated by Alexis Mousset about 6 years ago
Upstream issue: https://tracker.mender.io/browse/CFE-3058
The problem is understood, not sure how to fix it for now.
Actions