Actions
Bug #21322
closedUsing '{' in node property lead to error
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
Try to add a String property with value : {value}
it will lead to an error and will not save the property
"An error occured while updating Node \'d48f6779-c6ae-447b-b3b0-9e6fab54707d\' <- SystemError: Error: value is not parsable as a property: {toto}; cause was: com.typesafe.config.ConfigException$Parse: String: 2: Key \'toto\' may not be followed by token: \'}\' (if you intended \'}\' to be part of a key or string value, try enclosing the key or value in double quotes) \\n -> com.normation.rudder.domain.nodes.GenericProperty$.$anonfun$parseSerialisedValue$1(Properties.scala:373)\\n -> com.normation.errors$PureResult$.effect(ZioCommons.scala:119)\\n -> com.normation.rudder.domain.nodes.GenericProperty$.parseSerialisedValue(Properties.scala:374)"}'
Updated by Elaad FURREEDAN over 2 years ago
- Status changed from New to In progress
Updated by François ARMAND over 2 years ago
- Assignee changed from Elaad FURREEDAN to François ARMAND
Updated by François ARMAND over 2 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4348
Updated by François ARMAND over 2 years ago
- Assignee changed from Vincent MEMBRÉ to Elaad FURREEDAN
Updated by Anonymous over 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|e40f89484e4c58c9f63cf7a5115c1f415913c46c.
Updated by Anonymous over 2 years ago
Applied in changeset rudder|323c548368ed89a7fb7410fb46372aa5f25ecf24.
Updated by Vincent MEMBRÉ over 2 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2.15 which was released today.
Actions