[java-identity-provider] branch master updated: Fix up a missing use of a parent bean.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 14 15:46:03 EDT 2019
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=3af7209682e8d1633d84b27e64d274a50509d834
The following commit(s) were added to refs/heads/master by this push:
new 3af7209 Fix up a missing use of a parent bean.
3af7209 is described below
commit 3af7209682e8d1633d84b27e64d274a50509d834
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 14 15:46:00 2019 -0400
Fix up a missing use of a parent bean.
---
idp-conf/src/main/resources/system/conf/audit-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/system/conf/audit-system.xml b/idp-conf/src/main/resources/system/conf/audit-system.xml
index b515ccb..3c08e68 100644
--- a/idp-conf/src/main/resources/system/conf/audit-system.xml
+++ b/idp-conf/src/main/resources/system/conf/audit-system.xml
@@ -324,7 +324,7 @@
<constructor-arg name="g">
<bean class="net.shibboleth.utilities.java.support.logic.FunctionSupport" factory-method="forPredicate">
<constructor-arg>
- <bean class="net.shibboleth.ext.spring.util.SpringExpressionPredicate"
+ <bean parent="shibboleth.Conditions.Expression"
c:_0="#input != null and #input.getAssertionEncryptionParameters() != null" />
</constructor-arg>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list