Project

General

Profile

Actions

Bug #24234

closed

Add warning for properties not case sensitive on Windows

Added by Elaad FURREEDAN 9 months ago. Updated 6 months ago.

Status:
Released
Priority:
N/A
Category:
Documentation
Target version:
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


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #25726: Property name case collision is not longer a thing on Windows node since 8.2ReleasedFélix DALLIDETActions
Actions

Also available in: Atom PDF