[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/logout/logout-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Mar 13 00:54:44 EST 2016
Author: scantor
Date: Sun Mar 13 00:54:43 2016
New Revision: 8151
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8151&view=rev
Log:
Missed an audit log action for servlet injection.
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=8151&r1=8150&r2=8151&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 Sun Mar 13 00:54:43 2016
@@ -105,6 +105,7 @@
</bean>
<bean id="WriteAuditLog" class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog" scope="prototype"
+ p:httpServletRequest-ref="shibboleth.HttpServletRequest"
p:formattingMap-ref="shibboleth.AuditFormattingMap" />
<bean id="ErrorViewPopulateAuditContext" parent="shibboleth.AbstractPopulateAuditContext"
More information about the commits
mailing list