[java-shib-idp2 COMMIT] /branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/SLOProfil...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Aug 5 12:50:46 EDT 2014
Author: scantor
Date: Tue Aug 5 12:50:45 2014
New Revision: 3185
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3185&view=rev
Log:
SIDP-600 - add request context to Velocity also
Modified:
branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/SLOProfileHandler.java
Modified: branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/SLOProfileHandler.java
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/SLOProfileHandler.java?rev=3185&r1=3184&r2=3185&view=diff
==============================================================================
--- branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/SLOProfileHandler.java (original)
+++ branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/SLOProfileHandler.java Tue Aug 5 12:50:45 2014
@@ -202,6 +202,7 @@
vCtx.put("request", request);
vCtx.put("response", response);
vCtx.put("session", (activeSession != null) ? activeSession : indirect);
+ vCtx.put(HTTP_LOGOUT_REQUEST_CONTEXT_ATTRIBUTE, requestContext);
try {
Template template = velocity.getTemplate(templatePath);
More information about the commits
mailing list