mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
ConfigurationServerImpl.getBase64Keystore did not close the file input stream correctly. This patch adds test and replaces the file read with commons-io FileUtils call. Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com> Signed-off-by: Prasanna Santhanam <tsp@apache.org>