[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 21 22:39:26 EDT 2016
Author: scantor
Date: Mon Mar 21 22:39:25 2016
New Revision: 8169
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8169&view=rev
Log:
Swap in '*' default for PRC flow listener to drive new profile config features.
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=8169&r1=8168&r2=8169&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 Mon Mar 21 22:39:25 2016
@@ -144,7 +144,7 @@
<webflow:flow-execution-repository max-execution-snapshots="0" conversation-manager="conversationManager" />
<webflow:flow-execution-listeners>
<webflow:listener ref="profileRequestContextFlowExecutionListener"
- criteria="%{idp.profile.exposeProfileRequestContextInServletRequest:none}" />
+ criteria="%{idp.profile.exposeProfileRequestContextInServletRequest:*}" />
</webflow:flow-execution-listeners>
</webflow:flow-executor>
More information about the commits
mailing list