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

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 10 13:00:00 EDT 2016


Author: scantor
Date: Mon Oct 10 12:59:59 2016
New Revision: 8483

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8483&view=rev
Log:
IDP-1058 - Make HTMLLocalStorage key configurable

https://issues.shibboleth.net/jira/browse/IDP-1058

Modified:
    trunk/idp-conf/src/main/resources/system/conf/global-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=8483&r1=8482&r2=8483&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml	Mon Oct 10 12:59:59 2016
@@ -190,14 +190,14 @@
         class="org.opensaml.storage.impl.client.ClientStorageService"
         p:httpServletRequest-ref="shibboleth.HttpServletRequest"
         p:cookieManager-ref="shibboleth.CookieManager"
-        p:storageName="shib_idp_session_ss"
+        p:storageName="%{idp.storage.clientSessionStorageName:shib_idp_session_ss}"
         p:dataSealer-ref="shibboleth.DataSealer" />
 
     <bean id="shibboleth.ClientPersistentStorageService" lazy-init="true"
         class="org.opensaml.storage.impl.client.ClientStorageService"
         p:httpServletRequest-ref="shibboleth.HttpServletRequest"
         p:cookieManager-ref="shibboleth.PersistentCookieManager"
-        p:storageName="shib_idp_persistent_ss"
+        p:storageName="%{idp.storage.clientPersistentStorageName:shib_idp_persistent_ss}"
         p:dataSealer-ref="shibboleth.DataSealer"
         p:keyStrategy-ref="shibboleth.DataSealerKeyStrategy" />
 



More information about the commits mailing list