[java-identity-provider] branch master updated: IDP-1303 Clean example by providing a list where required
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 26 06:15:17 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw 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=438ecc443a4b88eb1bb809afef044633c7f7cb8f
The following commit(s) were added to refs/heads/master by this push:
new 438ecc4 IDP-1303 Clean example by providing a list where required
438ecc4 is described below
commit 438ecc443a4b88eb1bb809afef044633c7f7cb8f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 26 11:09:40 2018 +0100
IDP-1303 Clean example by providing a list where required
https://issues.shibboleth.net/jira/browse/IDP-1303
---
.../main/resources/conf/intercept/context-check-intercept-config.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/intercept/context-check-intercept-config.xml b/idp-conf/src/main/resources/conf/intercept/context-check-intercept-config.xml
index ae7976b..aae07f0 100644
--- a/idp-conf/src/main/resources/conf/intercept/context-check-intercept-config.xml
+++ b/idp-conf/src/main/resources/conf/intercept/context-check-intercept-config.xml
@@ -22,7 +22,7 @@
<bean id="shibboleth.context-check.Condition" parent="shibboleth.Conditions.AND">
<constructor-arg>
<list>
- <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidates="#{ 'https://sp.example.org' }" />
+ <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidates="#{{'https://sp.example.org'}}" />
<bean class="net.shibboleth.idp.profile.logic.SimpleAttributePredicate"
p:useUnfilteredAttributes="true">
<property name="attributeValueMap">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list