Files
ironic/releasenotes/notes/support-special-characters-in-patch-field-e077fb994661362c.yaml
cid 5fccd55c9f Allow special characters in patch field keys
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
2025-04-17 20:23:57 +01:00

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).