[java-identity-provider] branch master updated: Revert "Fix up a missing use of a parent bean."
Scott Cantor
cantor.2 at osu.edu
Wed Aug 14 16:29:17 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=e504c993a823d93317dc1b230cb72a0d07774a01
The following commit(s) were added to refs/heads/master by this push:
new e504c99 Revert "Fix up a missing use of a parent bean."
e504c99 is described below
commit e504c993a823d93317dc1b230cb72a0d07774a01
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 14 16:28:57 2019 -0400
Revert "Fix up a missing use of a parent bean."
This reverts commit 3af7209682e8d1633d84b27e64d274a50509d834.
---
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 3c08e68..b515ccb 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 parent="shibboleth.Conditions.Expression"
+ <bean class="net.shibboleth.ext.spring.util.SpringExpressionPredicate"
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