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

noreply at shibboleth.net noreply at shibboleth.net
Fri Aug 28 16:43:28 EDT 2015


Author: scantor
Date: Fri Aug 28 16:43:28 2015
New Revision: 7712

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7712&view=rev
Log:
Remove abstract keyword from default client storage service list.

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

Modified: trunk/idp-conf/src/main/resources/system/conf/services-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/services-system.xml?rev=7712&r1=7711&r2=7712&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/services-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/services-system.xml	Fri Aug 28 16:43:28 2015
@@ -145,7 +145,7 @@
 
     <!-- List of ClientStorageService plugins needed for injection into storage read/write flows. -->
     <bean id="shibboleth.DefaultClientStorageServices"
-            class="org.springframework.beans.factory.config.ListFactoryBean" abstract="true">
+            class="org.springframework.beans.factory.config.ListFactoryBean">
         <property name="sourceList">
             <list>
             </list>



More information about the commits mailing list