X-Git-Url: https://code.grnet.gr/git/pithos-web-client/blobdiff_plain/db63b74102fc77c0888b21db5b1f6bfcafc5305d..974fe113f7d795038c5346d07ceebe43e75e899f:/src/gr/grnet/pithos/web/client/FileShareDialog.java diff --git a/src/gr/grnet/pithos/web/client/FileShareDialog.java b/src/gr/grnet/pithos/web/client/FileShareDialog.java index 579f39e..d106985 100644 --- a/src/gr/grnet/pithos/web/client/FileShareDialog.java +++ b/src/gr/grnet/pithos/web/client/FileShareDialog.java @@ -442,9 +442,7 @@ public class FileShareDialog extends AbstractPropertiesDialog { shownViewURL = b.buildString(); } - String href = Window.Location.getHref(); - boolean hasParameters = href.contains(Const.QUESTION_MARK); - privatePathText.setText(href + (hasParameters ? Const.AMPERSAND : Const.QUESTION_MARK) + Const.GOTO_EQ + shownViewURL); + privatePathText.setText(shownViewURL); privatePathPanel.setVisible(true); } else {