[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 22 15:19:00 EDT 2015
Author: scantor
Date: Tue Sep 22 15:18:59 2015
New Revision: 7770
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7770&view=rev
Log:
Declare conversation manager explicitly so we can override its settings.
Modified:
trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml?rev=7770&r1=7769&r2=7770&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml Tue Sep 22 15:18:59 2015
@@ -138,12 +138,15 @@
</webflow:flow-registry>
<webflow:flow-executor id="flowExecutor">
- <webflow:flow-execution-repository max-execution-snapshots="0" />
+ <webflow:flow-execution-repository max-execution-snapshots="0" conversation-manager="conversationManager" />
<webflow:flow-execution-listeners>
<webflow:listener ref="profileRequestContextFlowExecutionListener"
criteria="%{idp.profile.exposeProfileRequestContextInServletRequest:none}" />
</webflow:flow-execution-listeners>
</webflow:flow-executor>
+
+ <bean id="conversationManager" class="org.springframework.webflow.conversation.impl.SessionBindingConversationManager"
+ p:lockTimeoutSeconds="%{idp.webflow.timeout:30}" p:maxConversations="%{idp.webflow.maxConversations:5}" />
<webflow:flow-builder-services id="flowBuilderServices" view-factory-creator="mvcViewFactoryCreator" />
More information about the commits
mailing list