diff --git a/hsarweb/conf/WEB-INF/web.xml b/hsarweb/conf/WEB-INF/web.xml index 2acd982..a35e4e3 100644 --- a/hsarweb/conf/WEB-INF/web.xml +++ b/hsarweb/conf/WEB-INF/web.xml @@ -57,7 +57,6 @@ - CAS Validation Filter /* diff --git a/hsarweb/src/de/hsadmin/web/AbstractModule.java b/hsarweb/src/de/hsadmin/web/AbstractModule.java index 85890fd..66e8d59 100644 --- a/hsarweb/src/de/hsadmin/web/AbstractModule.java +++ b/hsarweb/src/de/hsadmin/web/AbstractModule.java @@ -130,7 +130,7 @@ public abstract class AbstractModule implements Module, Serializable { private static final long serialVersionUID = 1L; @Override public void buttonClick(ClickEvent event) { - ExternalResource logoutLink = new ExternalResource("/logout"); + ExternalResource logoutLink = new ExternalResource("/hsarweb/logout"); application.getMainWindow().open(logoutLink); } });