mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
18.01.2009 55d0028ad7e31c782a02ce63fe7360fa5e4e1c0d
Fix for issue 3932 (ApplicationKeyManager and ApplicationTrustManager refer to IBMJSEE2 instead of IBMJSSE2)
2 files modified
4 ■■■■ changed files
opends/src/ads/org/opends/admin/ads/util/ApplicationKeyManager.java 2 ●●● patch | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/util/ApplicationTrustManager.java 2 ●●● patch | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/util/ApplicationKeyManager.java
@@ -88,7 +88,7 @@
    if(userSpecifiedAlgo == null && Platform.isVendor("IBM"))
      userSpecifiedAlgo = "IbmX509";
    if(userSpecifiedProvider == null && Platform.isVendor("IBM"))
      userSpecifiedProvider = "IBMJSEE2";
      userSpecifiedProvider = "IBMJSSE2";
    // Have some fallbacks to choose the provider and algorith of the key
    // manager.  First see if the user wanted to use something specific,
opends/src/ads/org/opends/admin/ads/util/ApplicationTrustManager.java
@@ -116,7 +116,7 @@
    if(userSpecifiedAlgo == null && Platform.isVendor("IBM"))
      userSpecifiedAlgo = "IbmX509";
    if(userSpecifiedProvider == null && Platform.isVendor("IBM"))
      userSpecifiedProvider = "IBMJSEE2";
      userSpecifiedProvider = "IBMJSSE2";
    // Have some fallbacks to choose the provider and algorith of the key
    // manager.  First see if the user wanted to use something specific,