diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-10-04 12:00:00 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-10-04 12:00:00 +0300 |
commit | 30484511f88fb29797b0ef8a7e02433f38d15cd3 (patch) | |
tree | cc59833aae1ac13a56667beae5294f04f722781c /shared | |
parent | 2bebf738b2c6cc393b3e8d21a56535e9f1b180ea (diff) | |
parent | b235d9c4e166197f3369694feec8d8f12a93c49d (diff) | |
download | vaadin-framework-30484511f88fb29797b0ef8a7e02433f38d15cd3.tar.gz vaadin-framework-30484511f88fb29797b0ef8a7e02433f38d15cd3.zip |
Merge changes from origin/7.1
8ce6565 Fixes normal drag and drop events (regression since 7.1) and html5 style D&D in IE10 (#12339)
5fb1da2 Publish error artifacts immediatly in TeamCity
649735f Added user agent for IE 11 (#12631)
a5795f3 Prefixes GET parameters in Liferay with portlet namespace #12602
b235d9c Refactor how TB3 tests are written (#12572)
Change-Id: Ia8281fb81d371dd4813371d62890a1ed34990d35
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ApplicationConstants.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java index 8e66afbb32..a81f29b77c 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -49,6 +49,10 @@ public class ApplicationConstants implements Serializable { public static final String SERVICE_URL_PATH_AS_PARAMETER = "usePathParameter"; + // Denotes the namespace which parameters should be prefixed with when + // passed as GET parameters. Currently only used by Liferay. + public static final String SERVICE_URL_PARAMETER_NAMESPACE = "pathParameterNS"; + // Javadocs in ApplicationConfiguration should be updated if this is changed public static final String V_RESOURCE_PATH = "v-resourcePath"; |