[java-identity-provider] branch master updated: Make custom script javascript language insensitive. Also revert previous change made for debugging purposes.
Rod Widdowson
rdw at steadingsoftware.com
Thu Aug 2 11:08:13 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=9bd9189a1e9cebec5f7dd544631f980455c33013
The following commit(s) were added to refs/heads/master by this push:
new 9bd9189 Make custom script javascript language insensitive. Also revert previous change made for debugging purposes.
9bd9189 is described below
commit 9bd9189a1e9cebec5f7dd544631f980455c33013
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 2 16:06:52 2018 +0100
Make custom script javascript language insensitive.
Also revert previous change made for debugging purposes.
---
idp-profile-spring/src/test/resources/logback-test.xml | 3 +--
.../spring/relyingparty/metadata/filter/predicateScriptCustom.xml | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/idp-profile-spring/src/test/resources/logback-test.xml b/idp-profile-spring/src/test/resources/logback-test.xml
index 7cf563b..ac1deef 100644
--- a/idp-profile-spring/src/test/resources/logback-test.xml
+++ b/idp-profile-spring/src/test/resources/logback-test.xml
@@ -3,8 +3,7 @@
<configuration>
<logger name="net.shibboleth.ext.spring.resource" level="DEBUG"/>
- <logger name="net.shibboleth.idp.profile" level="DEBUG"/>
- <logger name="net.shibboleth.utilities.java.support" level="DEBUG"/>
+ <logger name="net.shibboleth.idp.profile.spring" level="DEBUG"/>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
diff --git a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/predicateScriptCustom.xml b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/predicateScriptCustom.xml
index d60a2fb..50ee72a 100644
--- a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/predicateScriptCustom.xml
+++ b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/predicateScriptCustom.xml
@@ -7,6 +7,6 @@
xsi:type="Predicate" direction="include" removeEmptyEntitiesDescriptors="false">
<ConditionScript customObjectRef="myCustomBean">
- <Script>custom[input.getEntityID()];</Script>
+ <Script>custom.get(input.getEntityID());</Script>
</ConditionScript>
</MetadataFilter>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list