Rena Tsantouli 2009-06-16 11:29:33 +00:00
parent 808aa1eaaf
commit 358fd76e72
1 changed files with 1 additions and 0 deletions

View File

@ -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);