diff --git a/src/org/gcube/application/framework/core/session/ASLSession.java b/src/org/gcube/application/framework/core/session/ASLSession.java index 0365855..e16a9e9 100644 --- a/src/org/gcube/application/framework/core/session/ASLSession.java +++ b/src/org/gcube/application/framework/core/session/ASLSession.java @@ -182,6 +182,7 @@ public class ASLSession{ if(split.length > 1) vo += "/" + split[1]; System.out.println("*** VRE to be set:" + vo + " ***"); + System.out.println("GCube scope returns: " + GCUBEScope.getScope(vo)); this.scope = GCUBEScope.getScope(vo); if(new PortalSecurityManager(this.scope).isSecurityEnabled()) this.credential = UserCredential.getCredential(username, scope);