commit | 73cf89e10ba0d50c119cbd82b3aa4f46154c4b9f | [log] [tgz] |
---|---|---|
author | Dominik Mizyn <d.mizyn@samsung.com> | Thu May 30 15:29:24 2019 +0200 |
committer | Dominik Mizyn <d.mizyn@samsung.com> | Thu May 30 15:29:44 2019 +0200 |
tree | 59feabdcc86b1a978949e2082da5362dbc3eccd4 | |
parent | 2970d475df6929c96c420daef72777b1c2614649 [diff] |
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 <d.mizyn@samsung.com>