[java-identity-provider] branch maint-4 updated: IDP-1685 - Logout page does not auto-redirect to default action

Scott Cantor cantor.2 at osu.edu
Mon Jan 23 20:22:11 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fbfe40759cb971be195e4fe3ec95b5d28829dbb7

The following commit(s) were added to refs/heads/maint-4 by this push:
     new fbfe40759 IDP-1685 - Logout page does not auto-redirect to default action
fbfe40759 is described below

commit fbfe40759cb971be195e4fe3ec95b5d28829dbb7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 23 15:21:38 2023 -0500

    IDP-1685 - Logout page does not auto-redirect to default action
    
    https://shibboleth.atlassian.net/browse/IDP-1685
    
    Fix this again after it reverted.
---
 idp-conf/src/main/resources/views/logout.vm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-conf/src/main/resources/views/logout.vm b/idp-conf/src/main/resources/views/logout.vm
index 87e78f05a..ba83c362a 100644
--- a/idp-conf/src/main/resources/views/logout.vm
+++ b/idp-conf/src/main/resources/views/logout.vm
@@ -27,13 +27,11 @@
         <meta charset="UTF-8" />
         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
         <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
-        #*
         #if ($promptForSP)
             <meta http-equiv="refresh" content="10;url=$flowExecutionUrl&_eventId=propagate">
         #elseif ($promptForIdP)
             <meta http-equiv="refresh" content="10;url=$flowExecutionUrl&_eventId=local">
         #end
-        *#
         <link rel="stylesheet" type="text/css" href="$request.getContextPath()#springMessageText("idp.css", "/css/placeholder.css")">
     </head>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list