[java-identity-provider] branch main updated: Fix discovery URL expression.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 14 20:29:56 UTC 2020
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=4528ef969e4854faac48f1f8f79df9de87cf65d2
The following commit(s) were added to refs/heads/main by this push:
new 4528ef969 Fix discovery URL expression.
4528ef969 is described below
commit 4528ef969e4854faac48f1f8f79df9de87cf65d2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 14 16:29:48 2020 -0400
Fix discovery URL expression.
---
.../main/resources/net/shibboleth/idp/flows/authn/discovery-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/discovery-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/discovery-beans.xml
index 99c59e2c0..ffa7a1dc9 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/discovery-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/discovery-beans.xml
@@ -23,7 +23,7 @@
<!-- Default strategy function to obtain the external path. -->
<bean id="DefaultDiscoveryURLStrategy" parent="shibboleth.Functions.Constant" lazy-init="true"
- c:target="#{getObject('shibboleth.authn.discoveryURL') ?: %{idp.authn.discoveryURL:}}" />
+ c:target="#{getObject('shibboleth.authn.discoveryURL') ?: '%{idp.authn.discoveryURL:}'.trim()}" />
<bean id="DiscoveryProfileRequestFunction" lazy-init="true"
class="net.shibboleth.idp.authn.proxy.impl.DiscoveryProfileRequestFunction"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list