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:
parent
16cb6efd2c
commit
d00d6d7481
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue