]> source.dussan.org Git - vaadin-framework.git/commitdiff
#3061 - changed security key header to be more standards compliant
authorArtur Signell <artur.signell@itmill.com>
Tue, 30 Jun 2009 06:01:40 +0000 (06:01 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 30 Jun 2009 06:01:40 +0000 (06:01 +0000)
svn changeset:8271/svn branch:6.0

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

index a3d6be6f6406eae34b84eb662f2a3be1c421bf8a..f2da32cbc4ccfe56bedd238e17d3147c9a09509e 100755 (executable)
@@ -61,7 +61,7 @@ public class ApplicationConnection {
 
     public static final String VAR_ARRAYITEM_SEPARATOR = "\u001c";
 
-    public static final String UIDL_SECURITY_HEADER = "com.vaadin.seckey";
+    public static final String UIDL_SECURITY_HEADER = "X-Vaadin-Security-Key";
 
     public static final String PARAM_UNLOADBURST = "onunloadburst";