From f93ad23e6b134f754938bc73758cc4b82fb5ffba Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Fri, 10 May 2019 22:43:10 +0200 Subject: [PATCH] Update git submodules * Update docs/submodules/integration.git from branch 'master' to e095b67857f4bad35a366659d3d0f428f2747afb - Don't treat error reply as a proper JDWP handshake As it turned out thanks to Yan Yang some ONAP services tend to return a propr JDWP handshake as a part of their error message. Let's filter out those services by checking number of lines returned by the server. We expect that proper JDWP handshake won't be longer than a single line. Issue-ID: SECCOM-231 Change-Id: I4b8950ebdf5fe118ec5f2dd5f4de583211784fb2 Signed-off-by: Krzysztof Opasiak --- docs/submodules/integration.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/integration.git b/docs/submodules/integration.git index 743ad0551..e095b6785 160000 --- a/docs/submodules/integration.git +++ b/docs/submodules/integration.git @@ -1 +1 @@ -Subproject commit 743ad0551bb67c8cf7b9d37effbf03c25444c8e2 +Subproject commit e095b67857f4bad35a366659d3d0f428f2747afb -- 2.16.6