[java-identity-provider] branch master updated: Fix example parent bean.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 29 21:49:49 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fc1e89adc1798e96af8f7c5ecd177892d8d98063
The following commit(s) were added to refs/heads/master by this push:
new fc1e89adc Fix example parent bean.
fc1e89adc is described below
commit fc1e89adc1798e96af8f7c5ecd177892d8d98063
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 29 17:50:40 2020 -0400
Fix example parent bean.
---
idp-conf/src/main/resources/conf/authn/discovery-config.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/authn/discovery-config.xml b/idp-conf/src/main/resources/conf/authn/discovery-config.xml
index e21e3fd24..761982d98 100644
--- a/idp-conf/src/main/resources/conf/authn/discovery-config.xml
+++ b/idp-conf/src/main/resources/conf/authn/discovery-config.xml
@@ -20,7 +20,7 @@
<!-- Alternatively specify a Function<ProfileRequestContext,String> to return the URL. -->
<!--
<bean id="shibboleth.authn.discoveryURLStrategy"
- parent="shibboleth.ContextFunction.Scripted" factory-method="inlineScript">
+ parent="shibboleth.ContextFunctions.Scripted" factory-method="inlineScript">
<constructor-arg>
<value>
<![CDATA[
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list