Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@114712 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-05-08 14:01:27 +00:00
parent 3a7cafc7df
commit 57d16e4b78
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class SessionUtil {
.getAttribute(ScopeHelper.USERNAME_ATTRIBUTE);
ASLSession session;
if (username == null) {
logger.warn("no user found in session, using test one");
/*logger.warn("no user found in session, using test one");*/
throw new TDGWTSessionExpiredException("Session Expired!");
/*
// Remove comment for Test