[java-identity-provider] branch main updated: Fix new bean name.

Scott Cantor cantor.2 at osu.edu
Tue Feb 8 01:39:30 UTC 2022


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=6e3ac2929a7dd7359befabc003fd94b030e1391e

The following commit(s) were added to refs/heads/main by this push:
     new 6e3ac2929 Fix new bean name.
6e3ac2929 is described below

commit 6e3ac2929a7dd7359befabc003fd94b030e1391e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 7 20:39:24 2022 -0500

    Fix new bean name.
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
index f60d96c4e..09ad04559 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
@@ -97,7 +97,7 @@
         class="org.opensaml.messaging.context.navigate.ChildContextLookup"
         c:type="#{ T(net.shibboleth.idp.attribute.filter.context.AttributeFilterContext) }"
         c:createContext="true" />
-    <bean id="shibboleth.ChildLookupOrCreate.RelyingParty"
+    <bean id="shibboleth.ChildLookupOrCreate.RelyingPartyContext"
         class="org.opensaml.messaging.context.navigate.ChildContextLookup"
         c:type="#{ T(net.shibboleth.idp.profile.context.RelyingPartyContext) }"
         c:createContext="true" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list