Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1048 → Rev 1047

/hostadmiral/trunk/webapp/WEB-INF/struts-config.xml
160,6 → 160,13
</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"
/hostadmiral/trunk/src/ak/hostadmiral/core/model/User.java
87,6 → 87,9
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;
}