[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/session-manager-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 27 12:23:08 EDT 2015
Author: scantor
Date: Tue Oct 27 12:23:08 2015
New Revision: 7886
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7886&view=rev
Log:
Use a positional argument to align to checkstyle fix.
Modified:
trunk/idp-conf/src/main/resources/system/conf/session-manager-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/session-manager-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/session-manager-system.xml?rev=7886&r1=7885&r2=7886&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/session-manager-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/session-manager-system.xml Tue Oct 27 12:23:08 2015
@@ -77,10 +77,10 @@
<!-- Built-in logout propagation flows. -->
<bean id="logoutprop/cas" class="net.shibboleth.idp.session.LogoutPropagationFlowDescriptor"
- c:sessionType="#{ T(net.shibboleth.idp.cas.session.impl.CASSPSession) }" />
+ c:_0="#{ T(net.shibboleth.idp.cas.session.impl.CASSPSession) }" />
<bean id="logoutprop/saml2" class="net.shibboleth.idp.session.LogoutPropagationFlowDescriptor"
- c:sessionType="#{ T(net.shibboleth.idp.saml.session.SAML2SPSession) }" />
+ c:_0="#{ T(net.shibboleth.idp.saml.session.SAML2SPSession) }" />
<!-- Selector function used in logout-propagation UI and logout-propagation master flow -->
More information about the commits
mailing list