Updated git submodules
authorJaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Wed, 1 Mar 2017 19:05:08 +0000 (20:05 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 27 Apr 2017 15:40:43 +0000 (15:40 +0000)
Project: aaa master b0307517b42a751754f48775e434ff1c0c06ac36

KeystoneAuthRealm: reuse http client

Jersey documentation advises against building multiple clients of the
same characteristics and advertises that is perfectly safe to use the
same client over multiple threads.

Moreover, each time the SSL context is obtained, it may synchronize the
keystores from the filesystem or the database. KeystoneAuthRealm
assumes a dynamic certificate handling.

The purpose of this commit is to reuse the http client to some degree
while refreshing it rather frequently due to the dynamic certificate
handling.

Change-Id: Ifa188ad6f2a99e64c5d560d58057428aab37df26
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
docs/submodules/aaa

index dd82888aa061e359931a6d1bfac692d17717f548..b0307517b42a751754f48775e434ff1c0c06ac36 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dd82888aa061e359931a6d1bfac692d17717f548
+Subproject commit b0307517b42a751754f48775e434ff1c0c06ac36