diff --git a/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/utils/GenericUtils.java b/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/utils/GenericUtils.java index 03573cd..b3346ca 100644 --- a/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/utils/GenericUtils.java +++ b/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/utils/GenericUtils.java @@ -142,8 +142,8 @@ public class GenericUtils { try { URL gURL = new URL(clientURL); StringBuilder theURL = new StringBuilder(); - theURL.append(gURL.getProtocol()); - theURL.append("://"); +// theURL.append(gURL.getProtocol()); +// theURL.append("://"); theURL.append(gURL.getHost()); return theURL.toString(); } catch (MalformedURLException e) {