From: Dominik Mizyn Date: Thu, 30 May 2019 13:29:24 +0000 (+0200) Subject: XSS Vulnerability fix in AppsControllerExternalRequest X-Git-Tag: 3.2.0~297^2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=73cf89e10ba0d50c119cbd82b3aa4f46154c4b9f;hp=73cf89e10ba0d50c119cbd82b3aa4f46154c4b9f;p=portal.git XSS Vulnerability fix in AppsControllerExternalRequest @SafeHtml annotation is used to fix this problem. This patch also fix some minor issues: * isAuxRESTfulCall() method delete. Method was nowhere used. * '.length() == 0' changed to '.isEmpty()' Issue-ID: PORTAL-604 Change-Id: Ib7091622081f507812654b50275ad7ac4c97bfc3 Signed-off-by: Dominik Mizyn ---