Project

General

Profile

« Previous | Next » 

Revision e6b01164

Added by Andreas Kohlbecker about 7 years ago

ref

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/ConceptRelationshipUI.java
29 29
 *
30 30
 */
31 31
@Theme("edit")
32
@SpringUI(path="/app/concept")
32
@SpringUI(path="concept")
33 33
@Widgetset("eu.etaxonomy.cdm.vaadin.AppWidgetSet")
34 34
public class ConceptRelationshipUI extends AbstractAuthenticatedUI {
35 35

  
......
39 39

  
40 40
    private final static Logger logger = Logger.getLogger(ConceptRelationshipUI.class);
41 41

  
42
    @WebServlet(value = {"/*"}, asyncSupported = true)
42
    @WebServlet(value = {"/app/*"}, asyncSupported = true)
43 43
    public static class Servlet extends SpringVaadinServlet {
44 44
    }
45 45

  

Also available in: Unified diff