From d00d6d7481004d081e88a4b2a16dc3c2293f7403 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 16 Jul 2014 14:51:13 +0000 Subject: [PATCH] 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 --- .../gcube/portlets/user/td/gwtservice/server/SessionUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/SessionUtil.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/SessionUtil.java index b7dab90..1eaef3c 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/SessionUtil.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/SessionUtil.java @@ -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;