[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
Sun Dec 21 01:02:55 EST 2014


Author: tzeller
Date: Sun Dec 21 01:02:53 2014
New Revision: 7211

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7211&view=rev
Log:
Bump max number of stored records for consent from 5 to 10.

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=7211&r1=7210&r2=7211&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Sun Dec 21 01:02:53 2014
@@ -131,7 +131,7 @@
 #idp.consent.compareValues = false
 # Maximum number of consent storage records
 # Set to -1 for unlimited server-side storage
-#idp.consent.maxStoredRecords = 5
+#idp.consent.maxStoredRecords = 10
 
 # Whether to lookup metadata, etc. for every SP involved in a logout
 # for use by user interface logic; adds overhead so off by default.

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=7211&r1=7210&r2=7211&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 Sun Dec 21 01:02:53 2014
@@ -40,7 +40,7 @@
             p:globalConsentAllowed="%{idp.consent.allowGlobal:true}"
             p:perAttributeConsentEnabled="%{idp.consent.allowPerAttribute:false}"
             p:compareValues="%{idp.consent.compareValues:false}"
-            p:maximumNumberOfStoredRecords="%{idp.consent.maxStoredRecords:5}"
+            p:maximumNumberOfStoredRecords="%{idp.consent.maxStoredRecords:10}"
             p:nonBrowserSupported="false">
         <property name="activationCondition">
             <bean parent="shibboleth.Conditions.OR">
@@ -61,7 +61,7 @@
         class="net.shibboleth.idp.consent.flow.ConsentFlowDescriptor"
         p:storageService-ref="%{idp.consent.StorageService:shibboleth.ClientPersistentStorageService}"
         p:compareValues="%{idp.consent.compareValues:false}"
-        p:maximumNumberOfStoredRecords="%{idp.consent.maxStoredRecords:5}"
+        p:maximumNumberOfStoredRecords="%{idp.consent.maxStoredRecords:10}"
         p:nonBrowserSupported="false" />
 
     <!-- Function to lookup consent-specific audit context as a child of the consent context. -->



More information about the commits mailing list