mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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
This commit is contained in:
@@ -170,7 +170,7 @@
|
|||||||
<property name="transactionService" ref="TransactionService" />
|
<property name="transactionService" ref="TransactionService" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="remoteUserMapper" class="org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory">
|
<bean id="RemoteUserMapper" class="org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory">
|
||||||
<property name="applicationContextManager">
|
<property name="applicationContextManager">
|
||||||
<ref bean="Authentication" />
|
<ref bean="Authentication" />
|
||||||
</property>
|
</property>
|
||||||
|
@@ -85,7 +85,7 @@ public final class AuthenticationHelper
|
|||||||
/** public service bean IDs **/
|
/** public service bean IDs **/
|
||||||
private static final String AUTHENTICATION_SERVICE = "AuthenticationService";
|
private static final String AUTHENTICATION_SERVICE = "AuthenticationService";
|
||||||
private static final String AUTHENTICATION_COMPONENT = "AuthenticationComponent";
|
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 UNPROTECTED_AUTH_SERVICE = "authenticationService";
|
||||||
private static final String PERSON_SERVICE = "personService";
|
private static final String PERSON_SERVICE = "personService";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user