Revision 69ffcc9c

b/src/gr/grnet/pithos/web/client/Pithos.java
583 583
	 * Redirect the user to the login page for authentication.
584 584
	 */
585 585
	protected void authenticateUser() {
586
		Configuration conf = (Configuration) GWT.create(Configuration.class);
587
        Window.Location.assign(conf.loginUrl() + "?next=" + Window.Location.getHref());
586
        Window.Location.assign("/im/login");
588 587
	}
589 588

  
590 589
	protected void fetchAccount(final Command callback) {
b/src/gr/grnet/pithos/web/client/SessionExpiredDialog.java
99 99
					app.authenticateUser();
100 100
					hide();
101 101
					break;
102
				case KeyCodes.KEY_ESCAPE:
103
					hide();
104
					break;
105 102
			}
106 103
	}
107 104

  

Also available in: Unified diff