[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/client-storage/client-storage-write-b...

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 24 13:46:07 EDT 2015


Author: scantor
Date: Mon Aug 24 13:46:07 2015
New Revision: 7702

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7702&view=rev
Log:
Fix typo in bean ID.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/client-storage/client-storage-write-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/client-storage/client-storage-write-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/client-storage/client-storage-write-beans.xml?rev=7702&r1=7701&r2=7702&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/client-storage/client-storage-write-beans.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/client-storage/client-storage-write-beans.xml	Mon Aug 24 13:46:07 2015
@@ -22,7 +22,7 @@
         <constructor-arg value="%{idp.storage.htmlLocalStorage:false}" type="boolean" />
     </bean>
 
-    <bean id="SaveCookeBackedClientStorageServices"
+    <bean id="SaveCookieBackedClientStorageServices"
         class="org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices" scope="prototype"
         p:storageServices-ref="#{ getObject('shibboleth.ClientStorageServices') != null
             ? 'shibboleth.ClientStorageServices' : 'shibboleth.DefaultClientStorageServices' }" />



More information about the commits mailing list