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

noreply at shibboleth.net noreply at shibboleth.net
Fri Sep 26 15:02:57 EDT 2014


Author: scantor
Date: Fri Sep 26 15:02:56 2014
New Revision: 6592

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6592&view=rev
Log:
Add loggingId to PRC.

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

Modified: trunk/idp-conf/src/main/resources/system/flows/status/status-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/status/status-beans.xml?rev=6592&r1=6591&r2=6592&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/status/status-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/status/status-beans.xml Fri Sep 26 15:02:56 2014
@@ -32,7 +32,8 @@
 
     <bean id="InitializeProfileRequestContext"
         class="net.shibboleth.idp.profile.impl.InitializeProfileRequestContext" scope="prototype"
-        p:profileId="http://shibboleth.net/ns/profiles/status" />
+        p:profileId="http://shibboleth.net/ns/profiles/status"
+        p:loggingId="%{idp.service.logging.status:Status}" />
 
     <bean id="CheckAccess"
         class="org.opensaml.profile.action.impl.CheckAccess" scope="prototype"



More information about the commits mailing list