summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-09-04 13:09:59 +0300
committerSauli Tähkäpää <sauli@vaadin.com>2014-09-24 20:59:49 +0300
commit943f7ef099c0d203f522b99673849882dcf3ce93 (patch)
treef97868bee6ea119d1f1e37cd90e77a607f484080 /WebContent
parent2c877795625d1383f83a444a3aca6defdbc79691 (diff)
downloadvaadin-framework-943f7ef099c0d203f522b99673849882dcf3ce93.tar.gz
vaadin-framework-943f7ef099c0d203f522b99673849882dcf3ce93.zip
Don't scan classpath for any development servlet (#14604)
Change-Id: If3db4a35609260beff1079cbaafa8827643d9271
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/WEB-INF/web.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 9ca5be2bdf..b1a5c71902 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -24,10 +24,6 @@
<param-name>application</param-name>
<param-value>com.vaadin.tests.components.button.Buttons</param-value>
</init-param>
- <init-param>
- <param-name>org.atmosphere.cpr.scanClassPath</param-name>
- <param-value>false</param-value>
- </init-param>
<async-supported>true</async-supported>
</servlet>
<servlet>
@@ -37,10 +33,6 @@
<param-name>UI</param-name>
<param-value>com.vaadin.tests.components.label.MarginsInLabels</param-value>
</init-param>
- <init-param>
- <param-name>org.atmosphere.cpr.scanClassPath</param-name>
- <param-value>false</param-value>
- </init-param>
<async-supported>true</async-supported>
</servlet>
<servlet>
@@ -59,10 +51,6 @@
<param-name>UI</param-name>
<param-value>com.vaadin.tests.VerifyAssertionsEnabled</param-value>
</init-param>
- <init-param>
- <param-name>org.atmosphere.cpr.scanClassPath</param-name>
- <param-value>false</param-value>
- </init-param>
<async-supported>true</async-supported>
</servlet>
@@ -75,10 +63,6 @@
<param-value>false</param-value>
</init-param>
<init-param>
- <param-name>org.atmosphere.cpr.scanClassPath</param-name>
- <param-value>false</param-value>
- </init-param>
- <init-param>
<param-name>heartbeatInterval</param-name>
<param-value>301</param-value>
</init-param>
@@ -105,10 +89,6 @@
-->
<servlet-name>VaadinApplicationRunnerWithTimeoutRedirect</servlet-name>
<servlet-class>com.vaadin.launcher.ApplicationRunnerServlet</servlet-class>
- <init-param>
- <param-name>org.atmosphere.cpr.scanClassPath</param-name>
- <param-value>false</param-value>
- </init-param>
</servlet>
<servlet>
@@ -118,10 +98,6 @@
<param-name>pushmode</param-name>
<param-value>automatic</param-value>
</init-param>
- <init-param>
- <param-name>org.atmosphere.cpr.scanClassPath</param-name>
- <param-value>false</param-value>
- </init-param>
<async-supported>true</async-supported>
</servlet>
@@ -133,10 +109,6 @@
<param-name>UI</param-name>
<param-value>com.vaadin.tests.integration.ServletIntegrationUI</param-value>
</init-param>
- <init-param>
- <param-name>org.atmosphere.cpr.scanClassPath</param-name>
- <param-value>false</param-value>
- </init-param>
<async-supported>true</async-supported>
</servlet>