Updated to new user session

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@141651 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-01-19 16:42:18 +00:00
parent 6f05c59394
commit 70e94abbff
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class SessionUtil {
}
} else {
token = pContext.getCurrentUserToken(scope, httpServletRequest);
token = pContext.getCurrentUserToken(httpServletRequest);
}
logger.debug("Token: " + token);