[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: system/views/logout/propagate.vm views/logout-...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 18 12:39:36 EST 2016
Author: scantor
Date: Thu Feb 18 12:39:36 2016
New Revision: 8095
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8095&view=rev
Log:
IDP-924 - Open <iframe> elements in logout-related views affect correct display in browser
https://issues.shibboleth.net/jira/browse/IDP-924
Closed off iframes used to complete flow.
Modified:
trunk/idp-conf/src/main/resources/system/views/logout/propagate.vm
trunk/idp-conf/src/main/resources/views/logout-complete.vm
trunk/idp-conf/src/main/resources/views/logout.vm
Modified: trunk/idp-conf/src/main/resources/system/views/logout/propagate.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/views/logout/propagate.vm?rev=8095&r1=8094&r2=8095&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/views/logout/propagate.vm (original)
+++ trunk/idp-conf/src/main/resources/system/views/logout/propagate.vm Thu Feb 18 12:39:36 2016
@@ -99,5 +99,5 @@
<!-- If SAML logout, complete the flow by adding a hidden iframe. -->
#if ( $profileRequestContext.getProfileId().contains("saml2/logout") )
- <iframe style="display:none" src="$flowExecutionUrl&_eventId=proceed">
+ <iframe style="display:none" src="$flowExecutionUrl&_eventId=proceed"></iframe>
#end
Modified: trunk/idp-conf/src/main/resources/views/logout-complete.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/logout-complete.vm?rev=8095&r1=8094&r2=8095&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/logout-complete.vm (original)
+++ trunk/idp-conf/src/main/resources/views/logout-complete.vm Thu Feb 18 12:39:36 2016
@@ -44,7 +44,7 @@
<!-- If SAML logout, complete the flow by adding a hidden iframe. -->
#if ( $profileRequestContext.getProfileId().contains("saml2/logout") )
- <iframe style="display:none" src="$flowExecutionUrl&_eventId=proceed">
+ <iframe style="display:none" src="$flowExecutionUrl&_eventId=proceed"></iframe>
#end
<footer>
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=8095&r1=8094&r2=8095&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/logout.vm (original)
+++ trunk/idp-conf/src/main/resources/views/logout.vm Thu Feb 18 12:39:36 2016
@@ -66,7 +66,7 @@
#else
<p><strong>#springMessageText("idp.logout.complete", "The logout operation is complete, and no other services appear to have been accessed during this session.")</strong></p>
<!-- Complete the flow by adding a hidden iframe. -->
- <iframe style="display:none" src="$flowExecutionUrl&_eventId=proceed">
+ <iframe style="display:none" src="$flowExecutionUrl&_eventId=proceed"></iframe>
#end
</div>
More information about the commits
mailing list