]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed redirect on session expiration (regression from UIDL rewrite)
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 24 Aug 2009 14:07:59 +0000 (14:07 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 24 Aug 2009 14:07:59 +0000 (14:07 +0000)
svn changeset:8541/svn branch:6.1

src/com/vaadin/terminal/gwt/client/ApplicationConnection.java

index 02a46ef39ee0926563c408e2b82b60412db99c83..a6965b26937a734da518bccb25eacceb1fe70ef3 100755 (executable)
@@ -739,7 +739,7 @@ public class ApplicationConnection {
                 }
                 String url = null;
                 if (error.containsKey("url")) {
-                    url = error.getAsString("url");
+                    url = error.getString("url");
                 }
 
                 if (html.length() != 0) {