Skip to content
Snippets Groups Projects
Commit 02ebc6d9 authored by kohleman's avatar kohleman
Browse files

tracking: fill url for permlinks

SVN: 13744
parent fa48639e
No related merge requests found
...@@ -99,6 +99,7 @@ public class TrackingClient ...@@ -99,6 +99,7 @@ public class TrackingClient
{ {
throw createAuthentificationException(params, null); throw createAuthentificationException(params, null);
} }
trackingServer.setBaseIndexURL(session.getSessionToken(), params.getOpenbisServerURL());
return session; return session;
} catch (Exception ex) } catch (Exception ex)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment