Revision cd760b09
Added by Andreas Kohlbecker almost 7 years ago
src/main/java/eu/etaxonomy/cdm/vaadin/ui/CheckUI.java | ||
---|---|---|
21 | 21 |
// @WebInitParam(name="org.atmosphere.cpr.asyncSupport", value="org.atmosphere.container.Jetty9AsyncSupportWithWebSocket") |
22 | 22 |
// }) |
23 | 23 |
|
24 |
@WebServlet(value = {"/app/*", "/VAADIN/*"}, asyncSupported = true)
|
|
24 |
@WebServlet(value = {"/app/*"}, asyncSupported = true) |
|
25 | 25 |
@VaadinServletConfiguration(productionMode = true, ui = CheckUI.class, widgetset = "eu.etaxonomy.cdm.vaadin.AppWidgetSet") |
26 | 26 |
public static class Servlet extends VaadinServlet { |
27 | 27 |
} |
Also available in: Unified diff
fixing double servlet mapping