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:
parent
06fab8b5f1
commit
42e9bbdabb
|
@ -108,7 +108,7 @@ public class RunningCluster implements Serializable {
|
||||||
if(infrastructureName != null && !infrastructureName.isEmpty())
|
if(infrastructureName != null && !infrastructureName.isEmpty())
|
||||||
scope += infrastructureName;
|
scope += infrastructureName;
|
||||||
else {
|
else {
|
||||||
scope = context.getInfrastructureName();
|
scope += context.getInfrastructureName();
|
||||||
_log.debug("infrastrucute name is null, setting root scope=" + scope);
|
_log.debug("infrastrucute name is null, setting root scope=" + scope);
|
||||||
}
|
}
|
||||||
String currScope = ScopeProvider.instance.get();
|
String currScope = ScopeProvider.instance.get();
|
||||||
|
|
Loading…
Reference in New Issue