summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/SessionKeeper.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2008-04-28 18:04:10 -0400
committerBernard Normier <bernard@zeroc.com>2008-04-28 18:04:10 -0400
commit5245bab0b27fa9dfe54f096e0da86e63426af3f0 (patch)
tree299fa6f3a031eb032741dd578a6d82c46994f6a6 /java/src/IceGridGUI/SessionKeeper.java
parentFixed SSL-related bugs (diff)
parentMac OS X workaround to correctly setup the default dir of the file chooser (diff)
downloadice-5245bab0b27fa9dfe54f096e0da86e63426af3f0.tar.bz2
ice-5245bab0b27fa9dfe54f096e0da86e63426af3f0.tar.xz
ice-5245bab0b27fa9dfe54f096e0da86e63426af3f0.zip
Merge branch 'master' of ssh://git/home/git/ice
Conflicts: java/src/IceGridGUI/SessionKeeper.java
Diffstat (limited to 'java/src/IceGridGUI/SessionKeeper.java')
-rwxr-xr-xjava/src/IceGridGUI/SessionKeeper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/SessionKeeper.java b/java/src/IceGridGUI/SessionKeeper.java
index 63e1fb9985d..e68a1be189c 100755
--- a/java/src/IceGridGUI/SessionKeeper.java
+++ b/java/src/IceGridGUI/SessionKeeper.java
@@ -574,6 +574,7 @@ class SessionKeeper
setDefaultCloseOperation(JDialog.HIDE_ON_CLOSE);
final File defaultDir = new File(_coordinator.getProperties().getProperty("IceSSL.DefaultDir")).getAbsoluteFile();
+
_keystoreType =
_coordinator.getProperties().getPropertyWithDefault("IceSSL.KeystoreType",
java.security.KeyStore.getDefaultType());