[java-identity-provider] 27/27: Fix dangling references to resolver.
Scott Cantor
cantor.2 at osu.edu
Fri May 3 14:32:17 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch feature/IDP-1434
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=05d35bb5e508ae80aeac12811b86546d1beeecdc
commit 05d35bb5e508ae80aeac12811b86546d1beeecdc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri May 3 14:29:23 2019 -0400
Fix dangling references to resolver.
---
idp-conf/src/main/resources/system/conf/services-system.xml | 4 ++--
idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-conf/src/main/resources/system/conf/services-system.xml b/idp-conf/src/main/resources/system/conf/services-system.xml
index 97c5675..f947a2c 100644
--- a/idp-conf/src/main/resources/system/conf/services-system.xml
+++ b/idp-conf/src/main/resources/system/conf/services-system.xml
@@ -96,7 +96,7 @@
</bean>
<bean id="shibboleth.MetadataResolverService" class="net.shibboleth.ext.spring.service.ReloadableSpringService"
- depends-on="shibboleth.AttributeResolverService"
+ depends-on="shibboleth.AttributeRegistryService"
p:serviceConfigurations-ref="#{'%{idp.service.metadata.resources:shibboleth.MetadataResolverResources}'.trim()}"
p:failFast="%{idp.service.metadata.failFast:%{idp.service.failFast:false}}"
p:reloadCheckDelay="%{idp.service.metadata.checkInterval:PT0S}"
@@ -109,7 +109,7 @@
<list>
<ref bean="shibboleth.IdentifiableBeanPostProcessor" />
<bean class="net.shibboleth.idp.profile.spring.relyingparty.metadata.impl.NodeProcessingAttachingBeanPostProcessor"
- c:service-ref="shibboleth.AttributeResolverService" />
+ c:service-ref="shibboleth.AttributeRegistryService" />
</list>
</property>
</bean>
diff --git a/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml b/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
index 980a299..71bcfd2 100644
--- a/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
@@ -87,7 +87,7 @@
<bean id="MapRequestedAttributesInAttributeConsumingService" scope="prototype"
class="net.shibboleth.idp.saml.saml2.profile.impl.MapRequestedAttributesInAttributeConsumingService"
- p:resolverService-ref="shibboleth.AttributeResolverService" />
+ p:transcoderRegistry-ref="shibboleth.AttributeRegistryService" />
<bean id="InitializeRelyingPartyContexFromSAMLPeer"
class="net.shibboleth.idp.saml.profile.impl.InitializeRelyingPartyContextFromSAMLPeer" scope="prototype" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list