[java-identity-provider] branch main updated: Fix misspelled property.
Scott Cantor
cantor.2 at osu.edu
Fri Jun 25 12:59:24 UTC 2021
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=302d01b0334e717842fa37b29aad4a5c9cef4c27
The following commit(s) were added to refs/heads/main by this push:
new 302d01b03 Fix misspelled property.
302d01b03 is described below
commit 302d01b0334e717842fa37b29aad4a5c9cef4c27
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 25 08:59:18 2021 -0400
Fix misspelled property.
---
.../main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 8bb828a69..3f195fa9b 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
@@ -421,10 +421,10 @@
<constructor-arg value="true" />
</bean>
</property>
- <property name="suppressAuthenticatingAuthoritiesPredicate">
+ <property name="suppressAuthenticatingAuthorityPredicate">
<bean class="net.shibboleth.utilities.java.support.logic.PredicateSupport" factory-method="fromFunction">
<constructor-arg>
- <bean parent="shibboleth.MDDrivenBoolProperty" p:propertyName="suppressAuthenticatingAuthorities" />
+ <bean parent="shibboleth.MDDrivenBoolProperty" p:propertyName="suppressAuthenticatingAuthority" />
</constructor-arg>
<constructor-arg value="false" />
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list