hsarback/src/de/hsadmin/mods/dom/DomainModuleImpl.java | ●●●●● patch | view | raw | blame | history |
hsarback/src/de/hsadmin/mods/dom/DomainModuleImpl.java
@@ -213,7 +213,7 @@ boolean isCustomer = aLoginUserName.equals(domPac.getCustomer().getName()); boolean isHostmaster = loginUser.hasHostmasterRole(); if (!isPacAdmin && !isCustomer && !isHostmaster) { if (! isDomAdmin || !"update".equals(method)) { if (!isDomAdmin || !"update".equals(method)) { throw new AuthorisationException(loginUser, method, dom); } }