[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 11:54:41 EST 2013


Author: scantor
Date: Tue Dec 31 11:54:41 2013
New Revision: 5122

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5122&view=rev
Log:
Don't need id property now.

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=5122&r1=5121&r2=5122&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 11:54:41 2013
@@ -16,7 +16,6 @@
         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