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

Scott Cantor cantor.2 at osu.edu
Wed Feb 22 16:13:02 UTC 2023


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=c6db623c0070eb566224d19ed230e6cfd99198ee

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

commit c6db623c0070eb566224d19ed230e6cfd99198ee
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 22 11:12:58 2023 -0500

    Fix property name.
---
 .../main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
index 9635dbfba..690667eb5 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
@@ -206,7 +206,7 @@
                 <constructor-arg value="false" />
             </bean>
         </property>
-        <property name="requestDecorator">
+        <property name="requestDecoratorLookupStrategy">
             <bean parent="shibboleth.MDDrivenBeanProperty" p:propertyName="requestDecorator"
                 p:propertyType="#{T(java.util.function.BiConsumer)}" />
         </property>

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


More information about the commits mailing list