Project

General

Profile

« Previous | Next » 

Revision cd760b09

Added by Andreas Kohlbecker almost 7 years ago

fixing double servlet mapping

View differences:

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