Rena Tsantouli 2009-06-19 13:35:48 +00:00
parent 358fd76e72
commit 8559b5ecd5
1 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,8 @@ public class ASLSession{
public void setScope(String scope) {
lastUsedTime = System.currentTimeMillis();
String[] split = scope.trim().substring(1).split("/",2);
String vo = "/" + split[0].toLowerCase();
// String vo = "/" + split[0].toLowerCase();
String vo = "/" + split[0];
if(split.length > 1)
vo += "/" + split[1];
System.out.println("*** VRE to be set:" + vo + " ***");