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:
parent
3a7cafc7df
commit
57d16e4b78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue