Merged BRANCHES/DEV/V4.1-BUG-FIX to HEAD:

41559: ALF-15569: User with '@' symbol in username cannot invite


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@41581 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2012-09-14 07:58:37 +00:00
parent 8fcf83e9ad
commit d15dad68f3

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2011 Alfresco Software Limited. * Copyright (C) 2005-2012 Alfresco Software Limited.
* *
* This file is part of Alfresco * This file is part of Alfresco
* *
@@ -71,7 +71,7 @@ public class MultiTenantBootstrap extends AbstractLifecycleBean
PropertyCheck.mandatory(this, "patchService", patchService); PropertyCheck.mandatory(this, "patchService", patchService);
PropertyCheck.mandatory(this, "descriptorService", descriptorService); PropertyCheck.mandatory(this, "descriptorService", descriptorService);
if (tenantAdminService.isEnabled()) if (tenantAdminService.getAllTenants().size() > 0)
{ {
// note: alf*attributes* tables do not exist from Alfresco 4.0.0 schema 5007 // note: alf*attributes* tables do not exist from Alfresco 4.0.0 schema 5007
Descriptor desc = descriptorService.getInstalledRepositoryDescriptor(); Descriptor desc = descriptorService.getInstalledRepositoryDescriptor();