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

b/src/gr/grnet/pithos/web/client/Pithos.java
842 842
        this.userID = authSplit[0];
843 843
        this.userToken = authSplit[1];
844 844

  
845
        String gotoUrl = Window.Location.getParameter("goto");
846
        if(gotoUrl != null && gotoUrl.length() > 0) {
847
            Window.Location.assign(gotoUrl);
848
            return false;
849
        }
850 845
        return true;
851 846
    }
852 847

  

Also available in: Unified diff