[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/idp.properties system/conf/webflow-config...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 1 10:43:36 EDT 2015
Author: serac
Date: Tue Sep 1 10:43:36 2015
New Revision: 7718
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7718&view=rev
Log:
IDP-789 Update property name to reflect impl.
https://issues.shibboleth.net/jira/projects/IDP/issues/IDP-789
Modified:
trunk/idp-conf/src/main/resources/conf/idp.properties
trunk/idp-conf/src/main/resources/system/conf/webflow-config.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=7718&r1=7717&r2=7718&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Tue Sep 1 10:43:36 2015
@@ -183,5 +183,5 @@
#idp.cas.StorageService=shibboleth.StorageService
# Profile flows in which the ProfileRequestContext should be exposed
-# in HTTP Session under the key "opensamlProfileRequestContext"
-#idp.profile.exposeProfileRequestContextInSession = SAML2/POST/SSO,SAML2/Redirect/SSO
+# in servlet request under the key "opensamlProfileRequestContext"
+#idp.profile.exposeProfileRequestContextInServletRequest = SAML2/POST/SSO,SAML2/Redirect/SSO
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=7718&r1=7717&r2=7718&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 1 10:43:36 2015
@@ -141,7 +141,7 @@
<webflow:flow-execution-repository max-execution-snapshots="0" />
<webflow:flow-execution-listeners>
<webflow:listener ref="profileRequestContextFlowExecutionListener"
- criteria="%{idp.profile.exposeProfileRequestContextInSession:none}" />
+ criteria="%{idp.profile.exposeProfileRequestContextInServletRequest:none}" />
</webflow:flow-execution-listeners>
</webflow:flow-executor>
More information about the commits
mailing list