summaryrefslogtreecommitdiffstats
path: root/shared/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src/com')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index 61b57687bd..80b05d6021 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -20,14 +20,14 @@ public class ApplicationConstants {
// This indicates the whole page is generated by us (not embedded)
public static final String GENERATED_BODY_CLASSNAME = "v-generated-body";
- public static final String APP_REQUEST_PATH = "APP/";
+ public static final String APP_REQUEST_PATH = "APP";
public static final String UIDL_REQUEST_PATH = "UIDL/";
public static final String HEARTBEAT_REQUEST_PATH = "HEARTBEAT/";
public static final String DEPENDENCY_RESOURCE_PREFIX = APP_REQUEST_PATH
- + "DEPENDENCY";
+ + '/' + "DEPENDENCY";
public static final String APP_PROTOCOL_PREFIX = "app://";
public static final String DEPENDENCY_PROTOCOL_NAME = "dependency";