[java-idp-testbed COMMIT] /trunk/src/main/resources/conf/idp.properties

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 30 14:03:01 EDT 2013


Author: scantor
Date: Wed Oct 30 14:03:00 2013
New Revision: 31

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=31&view=rev
Log:
Forgot to update class name.

Modified:
    trunk/src/main/resources/conf/idp.properties

Modified: trunk/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/conf/idp.properties?rev=31&r1=30&r2=31&view=diff
==============================================================================
--- trunk/src/main/resources/conf/idp.properties (original)
+++ trunk/src/main/resources/conf/idp.properties Wed Oct 30 14:03:00 2013
@@ -18,7 +18,7 @@
 idp.storage.cleanupInterval = PT10M
 
 # Configures the primary client-side storage plugin
-idp.storage.ClientStorageService = org.opensaml.storage.impl.JSONRequestScopedStorageService
+idp.storage.ClientStorageService = org.opensaml.storage.impl.ServletRequestScopedStorageService
 
 # Set to false to disable the IdP session layer
 idp.session.enabled = true



More information about the commits mailing list