diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-20 13:52:22 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-20 13:52:37 +0300 |
commit | 6b28dc7bf41b8590fcab3d60afd5aa407f1f1401 (patch) | |
tree | 9f11e412e2dce3d6b495d29a9c954a70603aa036 /uitest/src/com/vaadin/launcher | |
parent | d66d9b3f5d3a85fb8016eb75ae68267d50244cd9 (diff) | |
download | vaadin-framework-6b28dc7bf41b8590fcab3d60afd5aa407f1f1401.tar.gz vaadin-framework-6b28dc7bf41b8590fcab3d60afd5aa407f1f1401.zip |
Refactor how LegacyApplication and VaadinSession are "closed" (#9635)
Diffstat (limited to 'uitest/src/com/vaadin/launcher')
-rw-r--r-- | uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |