[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows: admin/admin-abstract-beans.xml ca...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 1 19:20:05 EST 2016
Author: scantor
Date: Tue Mar 1 19:20:05 2016
New Revision: 8114
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8114&view=rev
Log:
IDP-935 - Audit log action bean missing access to servlet request
https://issues.shibboleth.net/jira/browse/IDP-935
Modified:
trunk/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/cas/cas-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml?rev=8114&r1=8113&r2=8114&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml Tue Mar 1 19:20:05 2016
@@ -29,7 +29,8 @@
<bean id="WriteAuditLog" class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog" scope="prototype"
p:activationCondition-ref="shibboleth.ProfileAuditingCondition"
- p:formattingMap-ref="shibboleth.AuditFormattingMap" />
+ p:formattingMap-ref="shibboleth.AuditFormattingMap"
+ p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
<bean id="MapEventToView"
class="net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction"
Modified: trunk/idp-conf/src/main/resources/system/flows/cas/cas-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/cas/cas-abstract-beans.xml?rev=8114&r1=8113&r2=8114&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/cas/cas-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/cas/cas-abstract-beans.xml Tue Mar 1 19:20:05 2016
@@ -95,7 +95,8 @@
<bean id="WriteAuditLog"
class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog"
scope="prototype"
- p:formattingMap-ref="shibboleth.AuditFormattingMap" />
+ p:formattingMap-ref="shibboleth.AuditFormattingMap"
+ p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
<bean id="ErrorViewPopulateAuditContext"
class="net.shibboleth.idp.profile.audit.impl.PopulateAuditContext"
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml?rev=8114&r1=8113&r2=8114&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml Tue Mar 1 19:20:05 2016
@@ -328,7 +328,8 @@
<bean id="RecordResponseComplete" class="net.shibboleth.idp.profile.impl.RecordResponseComplete" scope="prototype" />
<bean id="WriteAuditLog" class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog" scope="prototype"
- p:formattingMap-ref="shibboleth.AuditFormattingMap" />
+ p:formattingMap-ref="shibboleth.AuditFormattingMap"
+ p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
<bean id="WriteFTICKSLog" class="net.shibboleth.idp.saml.audit.impl.WriteFTICKSLog" scope="prototype"
p:activationCondition="#{'%{idp.fticks.federation:null}' != 'null'}"
More information about the commits
mailing list