[java-identity-provider] branch main updated: IDP-1685 - Logout page does not auto-redirect to default action
Scott Cantor
cantor.2 at osu.edu
Thu Oct 1 18:55:54 UTC 2020
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=628f787d11186b8442192744c025f2719fcfc283
The following commit(s) were added to refs/heads/main by this push:
new 628f787d1 IDP-1685 - Logout page does not auto-redirect to default action
628f787d1 is described below
commit 628f787d11186b8442192744c025f2719fcfc283
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 1 14:55:52 2020 -0400
IDP-1685 - Logout page does not auto-redirect to default action
https://issues.shibboleth.net/jira/browse/IDP-1685
---
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 0b9103b7d..3d8d50b9e 100644
--- a/idp-conf/src/main/resources/views/logout.vm
+++ b/idp-conf/src/main/resources/views/logout.vm
@@ -25,13 +25,11 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.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
- *#
<title>#springMessageText("idp.title", "Web Login Service")</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
</head>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list