[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/session-manager.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Dec 31 10:53:19 EST 2013
Author: scantor
Date: Tue Dec 31 10:53:19 2013
New Revision: 5119
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5119&view=rev
Log:
Fix init error by adding id property.
Modified:
trunk/idp-conf/src/main/resources/system/conf/session-manager.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/session-manager.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/session-manager.xml?rev=5119&r1=5118&r2=5119&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/session-manager.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/session-manager.xml Tue Dec 31 10:53:19 2013
@@ -16,6 +16,7 @@
c:identifierSize="${idp.session.idSize}" />
<bean id="shibboleth.SessionManager" class="net.shibboleth.idp.session.impl.StorageBackedSessionManager"
+ p:id="shibboleth.SessionManager"
p:httpServletRequest-ref="shibboleth.HttpServletRequest" p:httpServletResponse-ref="shibboleth.HttpServletResponse"
p:authenticationFlowDescriptors="#{@'shibboleth.AvailableAuthenticationFlows'.?[id matches 'AuthenticationFlow/(${idp.authn.flows})']}"
p:cookieManager-ref="shibboleth.CookieManager"
More information about the commits
mailing list