From: Artur Signell Date: Tue, 30 Jun 2009 06:01:40 +0000 (+0000) Subject: #3061 - changed security key header to be more standards compliant X-Git-Tag: 6.7.0.beta1~2694 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8e1be11a741a0941c4e8afcec6854e9926e19d26;p=vaadin-framework.git #3061 - changed security key header to be more standards compliant svn changeset:8271/svn branch:6.0 --- diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java index a3d6be6f64..f2da32cbc4 100755 --- a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java +++ b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java @@ -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";