From 780d076d81a35d640fbaedd134635e8216040d28 Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Thu, 18 Oct 2012 11:51:00 +0300 Subject: Properly read heartbeat interval servlet parameter (#9987) * Test that servlet parameters in general are read correctly Change-Id: I4a015070e5ce03cff0fee10e037b4df2c3df8219 --- WebContent/WEB-INF/web.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'WebContent/WEB-INF') diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index e8ac6b7797..46ace4520b 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -49,6 +49,23 @@ + + + heartbeatInterval + 301 + + + resourceCacheTime + 3601 + + + closeIdleUIs + true + + + testParam + 42 + VaadinApplicationRunner com.vaadin.launcher.ApplicationRunnerServlet -- cgit v1.2.3