[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/audit-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Mar 9 21:16:39 EST 2016
Author: scantor
Date: Wed Mar 9 21:16:39 2016
New Revision: 8139
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8139&view=rev
Log:
IDP-946 - Clean up empty lists from audit config.
https://issues.shibboleth.net/jira/browse/IDP-946
Lazy-init the map that depends on a lower level bean.
Modified:
trunk/idp-conf/src/main/resources/system/conf/audit-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/audit-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/audit-system.xml?rev=8139&r1=8138&r2=8139&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/audit-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/audit-system.xml Wed Mar 9 21:16:39 2016
@@ -49,7 +49,7 @@
-->
<import resource="../../conf/audit.xml"/>
- <bean id="shibboleth.DefaultPostDecodeAuditExtractors"
+ <bean id="shibboleth.DefaultPostDecodeAuditExtractors" lazy-init="true"
class="org.springframework.beans.factory.config.MapFactoryBean">
<property name="sourceMap">
<map>
More information about the commits
mailing list