[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/logout/logout-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Aug 26 20:05:00 EDT 2014


Author: scantor
Date: Tue Aug 26 20:04:59 2014
New Revision: 6475

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6475&view=rev
Log:
Add a missing bean.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/logout/logout-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/logout/logout-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/logout/logout-beans.xml?rev=6475&r1=6474&r2=6475&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/logout/logout-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/logout/logout-beans.xml Tue Aug 26 20:04:59 2014
@@ -40,6 +40,12 @@
     <bean id="WriteAuditLog" class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog" scope="prototype"
         p:format="%{idp.service.logging.audit:%T|%b|%I|%SP|%P|%IDP|%bb|%III|%u|%ac|%attr|%n|%i}" />
 
+    <bean id="ErrorViewPopulateAuditContext"
+        class="net.shibboleth.idp.profile.audit.impl.PopulateAuditContext" scope="prototype"
+        p:activationCondition="%{idp.service.logging.auditLocalErrors:false}"
+        p:fieldExtractors-ref="shibboleth.ErrorViewAuditExtractors"
+        p:format="%{idp.service.logging.audit:%T|%b|%I|%SP|%P|%IDP|%bb|%III|%u|%ac|%attr|%n|%i}" />
+
     <bean id="WriteAuditLogForLocalError" class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog" scope="prototype"
         p:activationCondition="%{idp.service.logging.auditLocalErrors:false}"
         p:format="%{idp.service.logging.audit:%T|%b|%I|%SP|%P|%IDP|%bb|%III|%u|%ac|%attr|%n|%i}" />



More information about the commits mailing list