diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-04-22 13:12:14 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-22 21:41:09 +0000 |
commit | a2400f7ca59f051435a82388c3f90ec23d959a56 (patch) | |
tree | 5a7ecb80daebafe73acf1f3deb9a37cee354bb2b /docs/submodules/appc.git | |
parent | 14fc149f031e724f81a453eebd3a16bd727ab549 (diff) |
Update git submodules
* Update docs/submodules/appc.git from branch 'master'
to 38a4d515a8414e83a3724bccbb5ab83cd50d7df9
- Escape quotes in json strings
The JSONObject parser strips all text of backslash escape characters, even if it is
treaing the object as a string and not a series of json keys. If a string contains a
json object within it, the removal of these escape characters causes problems. Adding
the JSONObject.quote method on all strings to automatically add escape characters to
any strings which contain characters requiring escapes.
Change-Id: Ifac68844dd132971ba35803f1b9c03a5372bd500
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1576
Diffstat (limited to 'docs/submodules/appc.git')
m--------- | docs/submodules/appc.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git -Subproject 2df69f9fc6a46476c8600c31ef1905e9ed8035f +Subproject 38a4d515a8414e83a3724bccbb5ab83cd50d7df |