Update git submodules
authorSunder Tattavarada <statta@research.att.com>
Fri, 14 Jun 2019 15:58:40 +0000 (15:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 14 Jun 2019 15:58:40 +0000 (15:58 +0000)
commitb4526d99155e026e8f4becff3f8894d5aa2804f0
treec81de2ebf36a8c75f7ddf574dfb67dc6c3a7022f
parent9c1d750b7b91cb6c2951ad69a79311167cb00120
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to d86f64c663b7b82f529617b6c8c0ea69a926f950
  - Merge "XSS Vulnerability fix in MicroserviceController"
  - XSS Vulnerability fix in MicroserviceController

    @SafeHtml annotation is used to fix this problem.

    This commit also fix:
    * redundant local variable issue
    * sonar issue: Replace the type specification in this constructor call with
    the diamond operator ("<>").
    * performance issue - String concatenation argument as argument
    to 'StringBuilder.append()' call
    * redundant cast
    * redundant 'throws Exception'. 'Exception' is never thrown
    * access static member via instance reference
    * unused declarations

    Issue-ID: PORTAL-602
    Change-Id: Id92fe2d9cfe239474403f611f3d5d0170acf63cc
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
docs/submodules/portal.git