Project

General

Profile

« Previous | Next » 

Revision e6b01164

Added by Andreas Kohlbecker about 7 years ago

ref

View differences:

src/test/java/eu/etaxonomy/cdm/vaadin/ui/NavigatorTestUI.java
15 15
import eu.etaxonomy.cdm.vaadin.view.NaviTestView;
16 16

  
17 17
@Theme("edit")
18
@SpringUI(path="/app-test/navi")
18
@SpringUI(path="navi")
19 19
@Widgetset("eu.etaxonomy.cdm.vaadin.AppWidgetSet")
20 20
public class NavigatorTestUI extends AbstractAuthenticatedUI {
21 21

  
......
27 27
	private final static Logger logger =
28 28
			Logger.getLogger(NavigatorTestUI.class.getName());
29 29

  
30
	@WebServlet(value = {"/*"}, asyncSupported = true)
30
	@WebServlet(value = {"/app-test/*"}, asyncSupported = true)
31 31
	public static class Servlet extends CdmVaadinConversationalServlet {
32 32

  
33 33
	}

Also available in: Unified diff