[java-identity-provider] branch main updated: IDP-1685 - Logout page does not auto-redirect to default action
Scott Cantor
cantor.2 at osu.edu
Mon Jan 23 20:28:27 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e628504d736dfc7ce5dc6a3ebcd287cf06c560f0
The following commit(s) were added to refs/heads/main by this push:
new e628504d7 IDP-1685 - Logout page does not auto-redirect to default action
e628504d7 is described below
commit e628504d736dfc7ce5dc6a3ebcd287cf06c560f0
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