[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileReque...

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 10 19:32:10 EST 2016


Author: scantor
Date: Thu Mar 10 19:32:10 2016
New Revision: 8147

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8147&view=rev
Log:
Clarify javadoc.

Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java?rev=8147&r1=8146&r2=8147&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java	(original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java	Thu Mar 10 19:32:10 2016
@@ -30,7 +30,7 @@
 
 /**
  * Exposes the {@link org.opensaml.profile.context.ProfileRequestContext} in a HTTP session attribute to make it
- * accessible outside the Webflow execution pipeline. The PRC is stored in the session under the key
+ * accessible outside the Webflow execution pipeline. The PRC is stored in a request attribute under the key
  * {@link ProfileRequestContext#BINDING_KEY}.
  *
  * @author Marvin S. Addison



More information about the commits mailing list