X-Git-Url: https://code.grnet.gr/git/pithos-web-client/blobdiff_plain/b9a1049a2c0fbae37f7fec67801b7ac2f37d862c..2ef4bd13ee57a057a7014af275e0b799dc633e8f:/src/gr/grnet/pithos/web/client/catalog/GetUserCatalogs.java diff --git a/src/gr/grnet/pithos/web/client/catalog/GetUserCatalogs.java b/src/gr/grnet/pithos/web/client/catalog/GetUserCatalogs.java index 3cb6669..752dbbb 100644 --- a/src/gr/grnet/pithos/web/client/catalog/GetUserCatalogs.java +++ b/src/gr/grnet/pithos/web/client/catalog/GetUserCatalogs.java @@ -43,6 +43,7 @@ public class GetUserCatalogs implements Scheduler.ScheduledCommand { public GetUserCatalogs(Pithos app, List ids, List names) { assert app != null; + // FIXME: Probably use Window.Location.getHost() // https://server.com/v1/ --> https://server.com String path = app.getApiPath(); path = Helpers.stripTrailing(path, "/");