Actions
Bug #24703
closedOS type / name are not always compared lower case
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:
No
Description
Our parse OS method expects lower case comparison, but is not always called with lower case values.
Since the contract is not clear, it should toLowerCase
by itself.
Currently, it cause problems when we are unserializing nodes from JSON facts.
Can only be corrected in 8.1 since unserialisation was added here.
Updated by François ARMAND 12 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 12 months 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/5595
Actions