
Allow special characters in patch field keys, as long as they are correctly encoded per JSON pointer and patch specs RFC 6901 and RFC 6902. Closes-Bug: #1604148 Change-Id: I7eeb52b51a0e8ba96103e0863819653021c79271
8 lines
279 B
YAML
8 lines
279 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Updates the patch validation logic to support special characters
|
|
(``~`` and ``/``) in field keys, provided they align with the
|
|
escaping rules defined in RFC 6901 (JSON Pointer) as required for
|
|
the `path` field specified in RFC 6902 (JSON Patch).
|