diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-09-04 13:09:59 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-09-04 11:40:25 +0000 |
commit | b914468e90f5aafb573f1769d8b2de7deedbb814 (patch) | |
tree | b9596c6a691c69b9dc7e11fc720b589b95dd8f30 /WebContent/WEB-INF | |
parent | 0d7a43769fe4d906d35e020abc8ce92928f45a09 (diff) | |
download | vaadin-framework-b914468e90f5aafb573f1769d8b2de7deedbb814.tar.gz vaadin-framework-b914468e90f5aafb573f1769d8b2de7deedbb814.zip |
Don't scan classpath for any development servlet (#14604)
Change-Id: If3db4a35609260beff1079cbaafa8827643d9271
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 18c06795c0..ef60364202 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> @@ -80,10 +68,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> @@ -108,10 +92,6 @@ because it modifies the VaadinService timeout parameters --> <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> @@ -121,10 +101,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> @@ -136,10 +112,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> |