[cpp-sp] 02/02: Remove old logout templates.
Codeberg
noreply at shibboleth.net
Tue Feb 10 14:02:42 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/81b72e8b9b2ac46e5973a7e9402c60be127ca041
commit 81b72e8b9b2ac46e5973a7e9402c60be127ca041
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 10 09:02:27 2026 -0500
Remove old logout templates.
---
configs/Makefile.am | 3 ---
configs/globalLogout.html | 29 -----------------------------
configs/localLogout.html | 27 ---------------------------
configs/partialLogout.html | 24 ------------------------
4 files changed, 83 deletions(-)
diff --git a/configs/Makefile.am b/configs/Makefile.am
index 3d15635d..280c22ad 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -11,9 +11,6 @@ pkgsysconf_DATA = \
# them from SRCDIR.
CONFIGFILES = \
attrChecker.html \
- localLogout.html \
- globalLogout.html \
- partialLogout.html \
agent.ini \
handlers.ini \
request-map.xml
diff --git a/configs/globalLogout.html b/configs/globalLogout.html
deleted file mode 100644
index 86f20504..00000000
--- a/configs/globalLogout.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
- <title>Global Logout</title>
-</head>
-
-<body>
-
-<shibmlpif logoLocation>
-<img src="<shibmlp logoLocation/>" alt="Logo" />
-</shibmlpif>
-<h1>Global Logout</h1>
-
-<p><strong>Status of Global Logout:</strong> <shibmlp logoutStatus/></p>
-
-<p>If the message above indicates success, you have been logged out of all
-the applications and systems that support the logout mechanism.</p>
-
-<p>Regardless of the outcome, it is strongly advised that you close your browser
-to ensure that you complete the logout process.</p>
-
-</body>
-</html>
diff --git a/configs/localLogout.html b/configs/localLogout.html
deleted file mode 100644
index 75bd3e17..00000000
--- a/configs/localLogout.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
- <title>Local Logout</title>
-</head>
-
-<body>
-
-<shibmlpif logoLocation>
-<img src="<shibmlp logoLocation/>" alt="Logo" />
-</shibmlpif>
-<h1>Local Logout</h1>
-
-<strong>Status of Local Logout:</strong> <shibmlp logoutStatus/>
-
-<p/>
-
-You <strong>MUST</strong> close your browser to complete the logout process.
-
-</body>
-</html>
diff --git a/configs/partialLogout.html b/configs/partialLogout.html
deleted file mode 100644
index fe24a7c3..00000000
--- a/configs/partialLogout.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
- <title>Partial Logout</title>
-</head>
-
-<body>
-
-<shibmlpif logoLocation>
-<img src="<shibmlp logoLocation/>" alt="Logo" />
-</shibmlpif>
-<h1>Partial Logout</h1>
-
-<p>You remain logged into one or more applications accessed during your session.
-To complete the logout process, please close/exit your browser completely.</p>
-
-</body>
-</html>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list