[java-identity-provider] branch main updated: IDP-2352 - SOAP client wiring references old bean ID
Scott Cantor
cantor.2 at osu.edu
Tue Jan 28 14:45:25 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b9c144a1098244964b9197592d44bbe0d007e71d
The following commit(s) were added to refs/heads/main by this push:
new b9c144a10 IDP-2352 - SOAP client wiring references old bean ID
b9c144a10 is described below
commit b9c144a1098244964b9197592d44bbe0d007e71d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 28 09:45:21 2025 -0500
IDP-2352 - SOAP client wiring references old bean ID
https://shibboleth.atlassian.net/browse/IDP-2352
Fixed stale RelyingParty service reference.
---
.../src/main/resources/net/shibboleth/idp/conf/soap-client.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
index 1d1f3d77c..ccc363aad 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
@@ -175,7 +175,7 @@
<bean id="SOAPClient.SelectRelyingPartyConfiguration"
class="net.shibboleth.idp.profile.messaging.impl.SelectRelyingPartyConfiguration" scope="prototype"
- p:relyingPartyConfigurationResolver-ref="shibboleth.CriteriaRelyingPartyConfigurationResolver" />
+ p:relyingPartyConfigurationResolver-ref="shibboleth.RelyingPartyResolverService" />
<bean id="SOAPClient.SelectProfileConfiguration"
class="net.shibboleth.idp.profile.messaging.impl.SelectProfileConfiguration" scope="prototype"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list