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
| | |
| | | </init-param> |
| | | </filter> |
| | | |
| | | |
| | | <filter-mapping> |
| | | <filter-name>CAS Validation Filter</filter-name> |
| | | <url-pattern>/*</url-pattern> |
| | |
| | | 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); |
| | | } |
| | | }); |