Merge branch 'master' of

ssh://hsh04-source@hsh04.hostsharing.net/home/doms/source.hostsharing.net/source/hsadmin.git

Conflicts:
	hsarweb/src/de/hsadmin/web/AbstractModule.java
This commit is contained in:
Peter Hormanns 2013-10-04 20:08:38 +02:00
commit 19382d8736
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@
</init-param>
</filter>
<filter-mapping>
<filter-name>CAS Validation Filter</filter-name>
<url-pattern>/*</url-pattern>

View File

@ -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);
}
});