[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/intercept: attribute-release-beans...

noreply at shibboleth.net noreply at shibboleth.net
Fri Jan 30 16:27:22 EST 2015


Author: tzeller
Date: Fri Jan 30 16:27:21 2015
New Revision: 7292

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7292&view=rev
Log:
IDP-582 Provide servlet request to consent auditing.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml?rev=7292&r1=7291&r2=7292&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml Fri Jan 30 16:27:21 2015
@@ -157,6 +157,7 @@
     <bean id="WriteAttributeReleaseConsentAuditLog"
         class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog" scope="prototype"
         p:auditContextLookupStrategy-ref="shibboleth.consent.ChildLookup.ConsentAuditContext"
-        p:formattingMap-ref="shibboleth.consent.attribute-release.AuditFormattingMap" />
+        p:formattingMap-ref="shibboleth.consent.attribute-release.AuditFormattingMap"
+        p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
 
 </beans>

Modified: trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml?rev=7292&r1=7291&r2=7292&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml Fri Jan 30 16:27:21 2015
@@ -107,6 +107,7 @@
 
     <bean id="WriteConsentAuditLog" class="net.shibboleth.idp.profile.audit.impl.WriteAuditLog" scope="prototype"
         p:auditContextLookupStrategy-ref="shibboleth.consent.ChildLookup.ConsentAuditContext"
-        p:formattingMap-ref="shibboleth.consent.terms-of-use.AuditFormattingMap" />
+        p:formattingMap-ref="shibboleth.consent.terms-of-use.AuditFormattingMap"
+        p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
 
 </beans>



More information about the commits mailing list