Summary of Bug
Configuration params with the key = [ ] structure are not properly passed. The expected value should be an empty list, however, the outcome is a nil value.
In general, we should be able to differentiate between the following scenarios:
- no key in the config file
- Log that default value is used instead
key =
- Log a warning that the config is incorrect. Use default value instead.
key = [ ]
- The value for the key is an empty list
key = ["value1", "value2"]
- The value for the key is this list.
Version
v8, v9
For Admin Use
Summary of Bug
Configuration params with the
key = [ ]structure are not properly passed. The expected value should be an empty list, however, the outcome is a nil value.In general, we should be able to differentiate between the following scenarios:
key =key = [ ]key = ["value1", "value2"]Version
v8, v9
For Admin Use