Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1047 → Rev 1048

/hostadmiral/trunk/src/ak/hostadmiral/core/model/User.java
87,9 → 87,6
if(!editableBy(editor))
throw new ModelSecurityException();
 
// FIXME: domain owner is allowed to change user login
// with some patern only, e.g. user@domain.com
 
backupMe();
this.login = login;
}
/hostadmiral/trunk/webapp/WEB-INF/struts-config.xml
160,13 → 160,6
</form-beans>
 
<global-exceptions>
<!-- FIXME: it doesn't work :( -->
<!-- exception
key="GeneralException"
type="java.lang.Exception"
path="/generalError.jsp"
/ -->
 
<exception
key="GeneralException"
type="java.lang.Exception"