Add missing defensive copy to APIResponse 13/5313/2
authorGary Wu <gary.i.wu@huawei.com>
Mon, 10 Apr 2017 21:12:12 +0000 (14:12 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 11 Apr 2017 17:11:03 +0000 (17:11 +0000)
commitf3cae60106da7bef3ab69ea2423aebda491e5117
treec0c013c152839c81a1b70aac895826cd696df7a9
parentb6b7bef8bdcad15af01ac88a038dd763ce59f68f
Add missing defensive copy to APIResponse

APIResponse is supposed to be immutable, but was exposing
its internals in the getResponseBodyAsByteArray() method.
This change adds the missing defensive copy in that method.

Change-Id: I8a424a4cb72eb703fb425ffbd30ea70d6592f85a
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
bpmn/MSORESTClient/src/main/java/org/openecomp/mso/rest/APIResponse.java