From d0af7d103a94cc7c7817b2fd7cb7cc2ba3bcd519 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 4 Sep 2013 20:07:54 +0300 Subject: Add async-supported to all servlets to enable push testing (#12573) Change-Id: I8025c7d032f1a76244dbf085e76cb231c1a4459c --- WebContent/WEB-INF/web.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index ba948968e2..b93e0670fc 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -24,6 +24,7 @@ application com.vaadin.tests.components.button.Buttons + true Embed App 2 @@ -32,6 +33,7 @@ UI com.vaadin.tests.components.label.MarginsInLabels + true UI provider app @@ -44,6 +46,7 @@ UI com.vaadin.tests.VerifyAssertionsEnabled + true @@ -70,6 +73,7 @@ testParam 42 + true -- cgit v1.2.3