[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 19 17:14:33 EST 2014
Author: tzeller
Date: Fri Dec 19 17:14:32 2014
New Revision: 7188
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7188&view=rev
Log:
IDP-511 Fix failing tests, missed symbolics support when reading from storage.
Modified:
trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml?rev=7188&r1=7187&r2=7188&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml Fri Dec 19 17:14:32 2014
@@ -120,7 +120,8 @@
<bean id="ReadConsentFromStorage"
class="net.shibboleth.idp.consent.flow.storage.ReadConsentFromStorage" scope="prototype"
- p:storageKeyLookupStrategy-ref="shibboleth.consent.UserAndRelyingPartyStorageKey" />
+ p:storageKeyLookupStrategy-ref="shibboleth.consent.UserAndRelyingPartyStorageKey"
+ p:storageSerializer-ref="shibboleth.consent.ConsentSerializer" />
<bean id="ReadGlobalAttributeConsentFromStorage"
class="net.shibboleth.idp.consent.flow.storage.ReadConsentFromStorage" scope="prototype"
More information about the commits
mailing list