diff options
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-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> |