From 9bf0ba53b7fe2f56307a4a0755d255d7bc99a1ed Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Wed, 2 Apr 2014 16:07:16 +0000 Subject: [PATCH] implemented get notifications by range git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@94119 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/notifications/server/NotificationsServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java b/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java index f370ae3..6983b5b 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java +++ b/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java @@ -75,7 +75,7 @@ public class NotificationsServiceImpl extends RemoteServiceServlet implements No String user = (String) this.getThreadLocalRequest().getSession().getAttribute(ScopeHelper.USERNAME_ATTRIBUTE); if (user == null) { user = "test.user"; - user = "massimiliano.assante"; + //user = "massimiliano.assante"; _log.warn("USER IS NULL setting "+user+" and Running OUTSIDE PORTAL"); withinPortal = false;