faead8980a
This change fixes an issue when it is possible to specify name multiple times in the patch, and only first of them is checked for correctness. Instead, all of them should be checked, as stated in JSON PATCH RFC https://tools.ietf.org/html/rfc6902. Closes-Bug: #1566731 Change-Id: I4301876d9d4b060c69616b893dcdbc36e41a6369
6 lines
295 B
YAML
6 lines
295 B
YAML
---
|
|
fixes:
|
|
- Remove the possibility to set incorrect node name by specifying multiple
|
|
add/replace operations in patch request. Since this version, all the values
|
|
specified in the patch for name are checked, in order to conform to
|
|
JSON PATCH RFC https://tools.ietf.org/html/rfc6902. |