Added Static Filter

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@98694 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-16 14:51:13 +00:00
parent 16cb6efd2c
commit d00d6d7481
1 changed files with 2 additions and 2 deletions

View File

@ -95,9 +95,9 @@ public class SessionUtil {
if (username == null) {
logger.warn("no user found in session, using test one");
throw new TDGWTSessionExpiredException("Session Expired!");
//Remove comment for Test
/*
//Remove comment for Test
username = Constants.DEFAULT_USER;
String scope = Constants.DEFAULT_SCOPE;