diff --git a/.classpath b/.classpath index 2df7fbf..871aab6 100644 --- a/.classpath +++ b/.classpath @@ -2,10 +2,9 @@ - + + - - diff --git a/src/org/gcube/application/framework/core/util/UserCredential.java b/src/org/gcube/application/framework/core/util/UserCredential.java index aa08ec7..7e44103 100644 --- a/src/org/gcube/application/framework/core/util/UserCredential.java +++ b/src/org/gcube/application/framework/core/util/UserCredential.java @@ -23,9 +23,9 @@ public class UserCredential { try { String sharedDir = Settings.getInstance().getProperty("sharedDir"); System.out.println("file " + sharedDir + "/vomsAPI.properties exists: "+ new File(sharedDir + "/vomsAPI.properties").exists()); - // man = new CredentialsManagerImpl(sharedDir + "/vomsAPI.properties"); - VOMSAdminImpl vomsAdm = new VOMSAdminImpl(sharedDir + "/vomsAPI.properties"); - man = new CredentialsManagerImpl(vomsAdm); + man = new CredentialsManagerImpl(sharedDir + "/vomsAPI.properties"); + // VOMSAdminImpl vomsAdm = new VOMSAdminImpl(sharedDir + "/vomsAPI.properties"); + // man = new CredentialsManagerImpl(vomsAdm); } catch (Exception e1) { e1.printStackTrace(); }