fixed scope set for infrastructure (was missing the starting "/")

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@131609 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-09-22 09:03:49 +00:00
parent 06fab8b5f1
commit 42e9bbdabb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class RunningCluster implements Serializable {
if(infrastructureName != null && !infrastructureName.isEmpty())
scope += infrastructureName;
else {
scope = context.getInfrastructureName();
scope += context.getInfrastructureName();
_log.debug("infrastrucute name is null, setting root scope=" + scope);
}
String currScope = ScopeProvider.instance.get();