From 46623265ff7ddae92ae349cfe2d75c8f19a0750d Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 30 Oct 2017 15:58:19 -0400 Subject: Updated git submodules Project: so master 7754fb8e889bae843d7382b7dee4b2e21a4ef56c Handle embedded "<" in SDNC responses Modified the code to use an actual XML parser when decoding the SDNC response-data element, instead of using the simple-minded replace("&", "&") approach. The latter did not function correctly when XML elements contained other xml-encoded data. Change-Id: Ied6b8b19f307f728b8da1a2b410b9e239ec62ab6 Issue-Id: SO-115 Signed-off-by: Jim Hahn --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/so.git b/docs/submodules/so.git index 364e21492..7754fb8e8 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit 364e214921ec080cbc991a0863fe7bfdf8825ea3 +Subproject commit 7754fb8e889bae843d7382b7dee4b2e21a4ef56c -- cgit 1.2.3-korg