Revision e7b97669 src/gr/grnet/pithos/web/client/FileShareDialog.java

b/src/gr/grnet/pithos/web/client/FileShareDialog.java
442 442
                shownViewURL = b.buildString();
443 443
            }
444 444

  
445
            String href = Window.Location.getHref();
446
            boolean hasParameters = href.contains(Const.QUESTION_MARK);
447
            privatePathText.setText(href + (hasParameters ? Const.AMPERSAND : Const.QUESTION_MARK) + Const.GOTO_EQ + shownViewURL);
445
            privatePathText.setText(shownViewURL);
448 446
            privatePathPanel.setVisible(true);
449 447
        }
450 448
        else {

Also available in: Unified diff