[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 3 16:29:52 EST 2014


Author: tzeller
Date: Wed Dec  3 16:29:52 2014
New Revision: 7039

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7039&view=rev
Log:
Revert r6997, the storage key for the storage index should be the user ID only, not the user ID joined with the relying party ID.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml?rev=7039&r1=7038&r2=7039&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml Wed Dec  3 16:29:52 2014
@@ -79,7 +79,7 @@
 
     <bean id="UpdateStorageIndex"
         class="net.shibboleth.idp.consent.flow.storage.UpdateStorageIndex" scope="prototype"
-        p:storageKeyLookupStrategy-ref="shibboleth.consent.UserAndTermsStorageKey" />
+        p:storageKeyLookupStrategy-ref="shibboleth.consent.UserStorageKey" />
 
     <bean id="PopulateConsentAuditContext"
         class="net.shibboleth.idp.profile.audit.impl.PopulateAuditContext" scope="prototype"



More information about the commits mailing list