updated get Url From Application Profile

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@69480 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-02-20 16:40:29 +00:00
parent 4aaa835573
commit 5d6f91bbec
1 changed files with 1 additions and 2 deletions

View File

@ -767,8 +767,7 @@ public class GWTWorkspaceServiceImpl extends RemoteServiceServlet implements GWT
try{
urlPortlet = app.getURLFromApplicationProfile(oid, Util.getAslSession(this.getThreadLocalRequest().getSession()));
urlPortlet = app.getURLFromApplicationProfile(oid, Util.getAslSession(this.getThreadLocalRequest().getSession()),this.getThreadLocalRequest().getSession());
} catch (Exception e) {
workspaceLogger.error("getURLFromApplicationProfile", e);