From 8b6882c68290520fe238562d0bd3739de61beaef Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 5 Jul 2024 13:20:31 +0100 Subject: [BUG] Fix handling of special characters in moduleSetTag During CM-handle registration, moduleSetTag is sent as part of the JSON request body when getting modules from DMI. However, it incorrectly parses the moduleSetTag as JSON, instead of encoding to JSON. This results in parsing errors when moduleSetTag includes characters such as ':' Issue-ID: CPS-2302 Signed-off-by: danielhanrahan Change-Id: Ie38008e0effac2423a4d069a91587e47d8747d66 --- docs/release-notes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 01735df61e..ce2c028076 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -39,6 +39,7 @@ Release Data Bug Fixes --------- 3.5.1 + - `CPS-2302 `_ Fix handling of special characters in moduleSetTag. Features -------- -- cgit 1.2.3-korg