Actions
Bug #24234
closedAdd warning for properties not case sensitive on Windows
Pull Request:
Severity:
UX impact:
I dislike using that feature
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
Let's say we define 2 properties with name toto
and ToTo
on Windows and Unix nodes and try to use it in a directive
- On a Unix node : ${node.properties[toto]} != ${node.properties[ToTo]}
> it is two different properties everything is fine On Windows : ${node.properties[toto]} == ${node.properties[ToTo]}
-> on Windows it's interpreted as duplicates and produce an error
It is difficult to see why on the moment there is an error.
This is an OS behavior, and it is not documented anywhere. We should at least mentioned it in documentation
Updated by Vincent MEMBRÉ 9 months ago
- Target version changed from 7.3.12 to 7.3.13
Updated by Vincent MEMBRÉ 9 months ago
- Target version changed from 7.3.13 to 7.3.14
Updated by Elaad FURREEDAN 8 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5575
Updated by Elaad FURREEDAN 8 months ago
- Status changed from Pending technical review to New
- Assignee changed from Vincent MEMBRÉ to Elaad FURREEDAN
- Pull Request deleted (
https://github.com/Normation/rudder/pull/5575)
Updated by Elaad FURREEDAN 8 months ago
- Status changed from New to Pending technical review
- Assignee changed from Elaad FURREEDAN to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-doc/pull/1029
Updated by Elaad FURREEDAN 8 months ago
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
Updated by Elaad FURREEDAN 8 months ago
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
Updated by Elaad FURREEDAN 8 months ago
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
Updated by Elaad FURREEDAN 8 months ago
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
Updated by Anonymous 7 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-doc|e7fb38f9b2366e17f4f79b93139d85ec8e3297ef.
Updated by Vincent MEMBRÉ 7 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.14, 8.0.8 and 8.1.1 which were released today.
Updated by Félix DALLIDET 6 months ago
Will hopefully be fixed in 8.2 by #23973
Updated by Elaad FURREEDAN 29 days ago
- Related to Bug #25726: Property name case collision is not longer a thing on Windows node since 8.2 added
Actions