From b9754e8d0c0465ba7ed5c2e1d4959434e32586f3 Mon Sep 17 00:00:00 2001 From: Dave Ward Date: Tue, 18 Aug 2009 17:45:05 +0000 Subject: [PATCH] Merged V3.2 to HEAD 15602: Merged V3.1 to V3.2 13861: Web Script 'Index' pages now require admin access 13868: Fix org.alfresco.error.AlfrescoRuntimeException: Read-Write transaction started within read-only transaction 13873: MT - fix ETHREEOH-1735 (web scripts re-directed to a different tenant's noderef - HTTP 500) 13905: MT - fix ETHREEOH-1735 (follow-on ... fix the !) 15798: ETHREEOH-2686: Resolved problem with site dashboards disappearing after NTLM login / session expiry - RemoteStore.hasDocument() throws IOException rather than returning false if a non HTTP 200 response is received from the remoteavm web ScriptContent - This prevents us from incorrectly caching the non-existence of certain pages - remoteavm webscript authentication changed back to "none" so that the share NTLMAuthenticationFilter can pre-fetch pages to determine their required authentication level - Multi-tenancy implications resolved by making "guest" the minimum required authentication for scripts in the Repository Webscript Container when MT is enabled git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15800 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/java/org/alfresco/repo/model/Repository.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/java/org/alfresco/repo/model/Repository.java b/source/java/org/alfresco/repo/model/Repository.java index 7daad5eb93..a26233fb7d 100644 --- a/source/java/org/alfresco/repo/model/Repository.java +++ b/source/java/org/alfresco/repo/model/Repository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 Alfresco Software Limited. + * Copyright (C) 2005-2009 Alfresco Software Limited. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -256,7 +256,6 @@ public class Repository implements ApplicationContextAware, ApplicationListener, }, true); } }, AuthenticationUtil.getSystemUserName()); - companyHomeRefs.put(tenantDomain, companyHomeRef); } return companyHomeRef;