From 9c8ec976c3279331c5e102c590b4cc75eb38f534 Mon Sep 17 00:00:00 2001 From: Rena Tsantouli Date: Wed, 6 May 2009 11:48:49 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@11676 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 5 ++--- .../application/framework/core/util/UserCredential.java | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) 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(); }