fixed bug happenign with firefox and Chrome when click back browser button (let previous scope set)

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/vre-members@100239 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-09-26 16:26:56 +00:00
parent e7ca38ed56
commit ff638b6e9b
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ public class MembersServiceImpl extends RemoteServiceServlet implements MembersS
user = getDevelopmentUser();
SessionManager.getInstance().getASLSession(sessionID, user).setScope("/gcube");
}
System.out.println("\n\n\n RealPath->" + this.getServletContext().getRealPath(""));
return SessionManager.getInstance().getASLSession(sessionID, user);
}
/**