Project

General

Profile

« Previous | Next » 

Revision 98cc9b84

Added by Alexander Oppermann almost 9 years ago

async switched off

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/DbStatusUI.java
24 24
	private static final String FIRST_VIEW = "selection";
25 25

  
26 26

  
27
	@WebServlet(value = {"/app/dbstatus/*"}, asyncSupported = true)
27
	@WebServlet(value = {"/app/dbstatus/*"}, asyncSupported = false)
28 28
	@VaadinServletConfiguration(productionMode = true, ui = DbStatusUI.class, widgetset = "eu.etaxonomy.cdm.vaadin.AppWidgetSet")
29 29
	public static class Servlet extends CdmVaadinConversationalServlet {
30 30
	}

Also available in: Unified diff