[java-identity-provider] branch main updated: Adjust constant reference.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 23 15:44:41 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=55fde5ac5c71e35b7615adc25de552af8bc6a44e
The following commit(s) were added to refs/heads/main by this push:
new 55fde5ac5 Adjust constant reference.
55fde5ac5 is described below
commit 55fde5ac5c71e35b7615adc25de552af8bc6a44e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 23 11:44:15 2023 -0400
Adjust constant reference.
---
.../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 b8b9411cd..923f978a0 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
@@ -121,7 +121,7 @@
<bean parent="shibboleth.MDDrivenIntProperty" p:propertyName="disallowedFeatures">
<property name="defaultValue">
<util:constant
- static-field="net.shibboleth.profile.config.AbstractProfileConfiguration.DEFAULT_DISALLOWED_FEATURES" />
+ static-field="net.shibboleth.profile.config.ProfileConfiguration.DEFAULT_DISALLOWED_FEATURES" />
</property>
</bean>
</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list