[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/idp.properties system/conf/profile-interc...

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 17 01:06:22 EST 2014


Author: tzeller
Date: Wed Dec 17 01:06:21 2014
New Revision: 7130

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7130&view=rev
Log:
Do not set a lifetime for consent records, it probably would not be used client-side anyway.

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties
    trunk/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=7130&r1=7129&r2=7130&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Wed Dec 17 01:06:21 2014
@@ -129,8 +129,6 @@
 
 # Whether attribute values and terms of use text are compared
 #idp.consent.compareValues = false
-# Lifetime of consent storage records
-#idp.consent.lifetime = P1Y
 # Maximum number of consent storage records
 # Set to -1 for unlimited server-side storage
 #idp.consent.maxStoredRecords = 5

Modified: trunk/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml?rev=7130&r1=7129&r2=7130&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml Wed Dec 17 01:06:21 2014
@@ -40,7 +40,6 @@
             p:globalConsentAllowed="%{idp.consent.allowGlobal:true}"
             p:perAttributeConsentEnabled="%{idp.consent.allowPerAttribute:false}"
             p:compareValues="%{idp.consent.compareValues:false}"
-            p:lifetime="%{idp.consent.lifetime:P1Y}"
             p:maximumNumberOfStoredRecords="%{idp.consent.maxStoredRecords:5}"
             p:nonBrowserSupported="false">
         <property name="activationCondition">
@@ -62,7 +61,6 @@
         class="net.shibboleth.idp.consent.flow.ConsentFlowDescriptor"
         p:storageService-ref="%{idp.consent.StorageService:shibboleth.ClientPersistentStorageService}"
         p:compareValues="%{idp.consent.compareValues:false}"
-        p:lifetime="%{idp.consent.lifetime:P1Y}"
         p:maximumNumberOfStoredRecords="%{idp.consent.maxStoredRecords:5}"
         p:nonBrowserSupported="false" />
 



More information about the commits mailing list