[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/views/logout.vm
noreply at shibboleth.net
noreply at shibboleth.net
Mon Nov 9 21:49:44 EST 2015
Author: scantor
Date: Mon Nov 9 21:49:44 2015
New Revision: 7977
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7977&view=rev
Log:
IDP-224 - Meta refresh to complete logout should only appear when propagate is an option
Modified:
trunk/idp-conf/src/main/resources/views/logout.vm
Modified: trunk/idp-conf/src/main/resources/views/logout.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/logout.vm?rev=7977&r1=7976&r2=7977&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/logout.vm (original)
+++ trunk/idp-conf/src/main/resources/views/logout.vm Mon Nov 9 21:49:44 2015
@@ -18,7 +18,9 @@
<html>
<head>
<meta charset="utf-8">
- <meta http-equiv="refresh" content="10;url=$flowExecutionUrl&_eventId=propagate">
+ #if ( $logoutContext and !$logoutContext.getSessionMap().isEmpty() )
+ <meta http-equiv="refresh" content="10;url=$flowExecutionUrl&_eventId=propagate">
+ #end
<title>#springMessageText("idp.title", "Web Login Service")</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
</head>
More information about the commits
mailing list