From 6b28dc7bf41b8590fcab3d60afd5aa407f1f1401 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Thu, 20 Sep 2012 13:52:22 +0300 Subject: Refactor how LegacyApplication and VaadinSession are "closed" (#9635) --- uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitest/src/com/vaadin/launcher') diff --git a/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java b/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java index f31b17333a..c27e92626a 100644 --- a/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java +++ b/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java @@ -129,7 +129,7 @@ public class ApplicationRunnerServlet extends LegacyVaadinServlet { } @Override - protected boolean shouldCreateApplication(WrappedHttpServletRequest request) + protected boolean shouldCreateApplication(HttpServletRequest request) throws ServletException { try { return LegacyApplication.class.isAssignableFrom(getClassToRun()); -- cgit v1.2.3