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/StatusEditorUI.java
29 29
 *
30 30
 */
31 31
@Theme("edit")
32
@SpringUI(path="/app/editstatus")
32
@SpringUI(path="editstatus")
33 33
@Widgetset("eu.etaxonomy.cdm.vaadin.AppWidgetSet")
34 34
public class StatusEditorUI extends AbstractAuthenticatedUI {
35 35

  
......
44 44
     * @WebServlets is mapped to the root path. It is sufficient to configure one of the
45 45
     * servlets with this path see BookOfVaadin 5.9.5. Servlet Mapping with URL Patterns
46 46
     */
47
    @WebServlet(value = {"/*", "/VAADIN/*"}, asyncSupported = true)
47
    @WebServlet(value = {"/app/*", "/VAADIN/*"}, asyncSupported = true)
48 48
    public static class Servlet extends SpringVaadinServlet {
49 49
    }
50 50

  

Also available in: Unified diff