XSS Vulnerability fix in AppsControllerExternalRequest 90/88890/1
authorDominik Mizyn <d.mizyn@samsung.com>
Thu, 30 May 2019 13:29:24 +0000 (15:29 +0200)
committerDominik Mizyn <d.mizyn@samsung.com>
Thu, 30 May 2019 13:29:44 +0000 (15:29 +0200)
@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 <d.mizyn@samsung.com>

No differences found