After logout redirect to /im/logout
authorChristos Stathis <chstath@ebs.gr>
Wed, 1 Feb 2012 15:54:35 +0000 (17:54 +0200)
committerChristos Stathis <chstath@ebs.gr>
Wed, 1 Feb 2012 15:54:35 +0000 (17:54 +0200)
src/gr/grnet/pithos/web/client/Pithos.java

index ad0a5bd..58913e8 100644 (file)
@@ -1192,7 +1192,7 @@ public class Pithos implements EntryPoint, ResizeHandler {
                for (String s: Cookies.getCookieNames())
                        if (s.startsWith(conf.shibSessionCookiePrefix()))
                                Cookies.removeCookie(s, "/");
-               Window.Location.assign(Window.Location.getPath());
+               Window.Location.assign("/im/logout");
        }
 
        public String getErrorData() {