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:
parent
4aaa835573
commit
5d6f91bbec
|
@ -767,9 +767,8 @@ 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);
|
||||
throw new Exception("Sorry, an error occurred in retrieve application profile, try again");
|
||||
|
|
Loading…
Reference in New Issue