This commit is contained in:
Lucio Lelii 2016-10-03 14:20:10 +00:00
parent a8d2daf9f1
commit 202183e928
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public class DefaultAuthorizationProxy implements AuthorizationProxy {
String methodPath = "/token/node";
int infrastructureHash = Utils.getInfrastructureHashFromToken(SecurityTokenProvider.instance.get(), endpoints.getDefaultInfrastructure());
int infrastructureHash = Utils.getInfrastructureHashfromContext(context);
StringBuilder callUrl;