You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/21 01:07:07 UTC

[50/50] git commit: FC-151 - UnboundID SDK removal preparations - cleanup

FC-151 - UnboundID SDK removal preparations - cleanup


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/b59b4541
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/b59b4541
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/b59b4541

Branch: refs/heads/master
Commit: b59b454158c6a86979574cda3539660ed55c88ed
Parents: 39ac279
Author: Shawn McKinney <sh...@jts.us>
Authored: Mon Oct 20 14:15:57 2014 -0500
Committer: Shawn McKinney <sh...@jts.us>
Committed: Mon Oct 20 14:15:57 2014 -0500

----------------------------------------------------------------------
 .../openldap/fortress/ldap/ApacheDsDataProvider.java  | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/b59b4541/src/main/java/org/openldap/fortress/ldap/ApacheDsDataProvider.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/ldap/ApacheDsDataProvider.java b/src/main/java/org/openldap/fortress/ldap/ApacheDsDataProvider.java
index aee62b4..f9d235e 100644
--- a/src/main/java/org/openldap/fortress/ldap/ApacheDsDataProvider.java
+++ b/src/main/java/org/openldap/fortress/ldap/ApacheDsDataProvider.java
@@ -118,20 +118,6 @@ public abstract class ApacheDsDataProvider
     private static final boolean IS_SSL_DEBUG = ( ( Config.getProperty( ENABLE_LDAP_SSL_DEBUG ) != null ) && ( Config
         .getProperty( ENABLE_LDAP_SSL_DEBUG ).equalsIgnoreCase( "true" ) ) );
 
-    static
-    {
-        if(IS_SET_TRUST_STORE_PROP)
-        {
-            LOG.info( "Set JSSE truststore properties:");
-            LOG.info( "javax.net.ssl.trustStore: " + TRUST_STORE );
-            LOG.info( "javax.net.debug: " + new Boolean( IS_SSL_DEBUG ).toString());
-            System.setProperty( "javax.net.ssl.trustStore", TRUST_STORE );
-            System.setProperty( "javax.net.ssl.trustStorePassword", TRUST_STORE_PW );
-            System.setProperty( "javax.net.debug", new Boolean( IS_SSL_DEBUG ).toString() );
-        }
-    }
-
-
     /**
      * The Admin connection pool
      */