Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Validation 1.0.0
-
None
Description
Currently only singlevalue argument values are allowed for property validatorArguments in ResourceValidationModelProviderImpl. If you give the following multivalue string
{"key1=value1", "key1=value2"}
the second item will just overwrite the first one.