diff options
author | Jim Hahn <jrh3@att.com> | 2017-10-30 15:58:19 -0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-31 04:32:18 +0000 |
commit | 46623265ff7ddae92ae349cfe2d75c8f19a0750d (patch) | |
tree | 00a537c051427c469015235e391517123984691d /docs/submodules/so.git | |
parent | 96ad1b22445b7005f7e2f2f947c92f83c43a1607 (diff) |
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 <jrh3@att.com>
Diffstat (limited to 'docs/submodules/so.git')
m--------- | docs/submodules/so.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/so.git b/docs/submodules/so.git -Subproject 364e214921ec080cbc991a0863fe7bfdf8825ea +Subproject 7754fb8e889bae843d7382b7dee4b2e21a4ef56 |