From f3f3a74d5779b5ff0270700a998b1b62c60a45b9 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 3 Aug 2015 12:30:34 +0300 Subject: Support suspend timeout for long polling (#18550) Change-Id: I1dc35f060b255baff4d28a815414836d4852218b --- WebContent/WEB-INF/web.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'WebContent/WEB-INF/web.xml') diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 51ac907843..a9d3db30b3 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -115,6 +115,16 @@ true + + VaadinApplicationRunnerWithPushTimeout + com.vaadin.launcher.ApplicationRunnerServlet + + pushLongPollingSuspendTimeout + 10000 + + true + + IntegrationTest @@ -159,6 +169,11 @@ /run-push/* + + VaadinApplicationRunnerWithPushTimeout + /run-push-timeout/* + + VaadinApplicationRunnerWithJSR356 /run-jsr356/* -- cgit v1.2.3