[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Aug 22 11:54:50 EDT 2016
Author: scantor
Date: Mon Aug 22 11:54:50 2016
New Revision: 8340
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8340&view=rev
Log:
IDP-961 - Use of IdP's authentication flow to protect itself
https://issues.shibboleth.net/jira/browse/IDP-961
Defer import of admin beans until later in the sequence.
Modified:
trunk/idp-conf/src/main/resources/system/conf/global-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=8340&r1=8339&r2=8340&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Mon Aug 22 11:54:50 2016
@@ -40,7 +40,6 @@
<import resource="../../conf/global.xml" />
<import resource="../../conf/errors.xml" />
- <import resource="admin-system.xml" />
<import resource="general-authn-system.xml" />
<import resource="session-manager-system.xml" />
<import resource="services-system.xml" />
@@ -48,6 +47,7 @@
<import resource="subject-c14n-system.xml" />
<import resource="profile-intercept-system.xml" />
<import resource="cas-protocol-system.xml" />
+ <import resource="admin-system.xml" />
<import resource="utilities.xml" />
<bean id="shibboleth.OpenSAMLConfig" class="net.shibboleth.idp.spring.OpenSAMLConfigBean"
More information about the commits
mailing list