Updated comment

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/workspace-explorer-app@131326 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-09-13 13:26:07 +00:00
parent 8337e7b912
commit 153ad33862
1 changed files with 1 additions and 1 deletions

View File

@ -43,8 +43,8 @@ public class WsUtil {
String scope = (String) httpSession.getAttribute(SCOPE);
if(scope==null){
logger.info(SCOPE + "read from context is: "+scope);
scope = httpSession.getServletContext().getInitParameter(SCOPE);
logger.info(SCOPE + "read from context is: "+scope);
}
//GET CONTEXT
logger.info("Setting scope: "+scope);