From 1015fbcb58c2168d39c211f453c58ea67479db1c Mon Sep 17 00:00:00 2001 From: Dave Ward Date: Thu, 3 Sep 2009 17:35:49 +0000 Subject: [PATCH] Merged V3.2 to HEAD 16075: Prevent infinite loop when external authentication subsystem not enabled git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16077 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/web-client-application-context.xml | 2 +- .../java/org/alfresco/web/app/servlet/AuthenticationHelper.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/alfresco/web-client-application-context.xml b/config/alfresco/web-client-application-context.xml index 0bea82dff8..c5988cc7b7 100644 --- a/config/alfresco/web-client-application-context.xml +++ b/config/alfresco/web-client-application-context.xml @@ -170,7 +170,7 @@ - + diff --git a/source/java/org/alfresco/web/app/servlet/AuthenticationHelper.java b/source/java/org/alfresco/web/app/servlet/AuthenticationHelper.java index 84caa179a0..8c205857c6 100644 --- a/source/java/org/alfresco/web/app/servlet/AuthenticationHelper.java +++ b/source/java/org/alfresco/web/app/servlet/AuthenticationHelper.java @@ -85,7 +85,7 @@ public final class AuthenticationHelper /** public service bean IDs **/ private static final String AUTHENTICATION_SERVICE = "AuthenticationService"; private static final String AUTHENTICATION_COMPONENT = "AuthenticationComponent"; - private static final String REMOTE_USER_MAPPER = "remoteUserMapper"; + private static final String REMOTE_USER_MAPPER = "RemoteUserMapper"; private static final String UNPROTECTED_AUTH_SERVICE = "authenticationService"; private static final String PERSON_SERVICE = "personService";