Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@102105 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-12-15 16:26:16 +00:00
parent f8691aeb7f
commit 7684fbcfde
1 changed files with 3 additions and 3 deletions

View File

@ -87,9 +87,9 @@ public class SessionUtil {
// Remove comment for Test
/*
username = Constants.DEFAULT_USER; String scope =
Constants.DEFAULT_SCOPE;
username = Constants.DEFAULT_USER;
String scope = Constants.DEFAULT_SCOPE;
httpSession.setAttribute(ScopeHelper.USERNAME_ATTRIBUTE,
username); session = SessionManager.getInstance().getASLSession(
httpSession.getId(), username); session.setScope(scope);