[cpp-sp] branch main updated: Remove old POST recovery template.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 1 17:01:54 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c1793752817cd9e2eda78cf1842640ae3d617d06
The following commit(s) were added to refs/heads/main by this push:
new c1793752 Remove old POST recovery template.
c1793752 is described below
commit c1793752817cd9e2eda78cf1842640ae3d617d06
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 1 13:01:46 2025 -0400
Remove old POST recovery template.
---
configs/Makefile.am | 1 -
configs/postTemplate.html | 37 -------------------------------------
2 files changed, 38 deletions(-)
diff --git a/configs/Makefile.am b/configs/Makefile.am
index 79c3d91e..5b34e0ed 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -12,7 +12,6 @@ pkgsysconf_DATA = \
# them from SRCDIR.
CONFIGFILES = \
attrChecker.html \
- postTemplate.html \
localLogout.html \
globalLogout.html \
partialLogout.html \
diff --git a/configs/postTemplate.html b/configs/postTemplate.html
deleted file mode 100644
index d8c4728d..00000000
--- a/configs/postTemplate.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<html>
- <head>
- <title>Login Completed</title>
- <script language="Javascript">
- <!--
- function submitOnce() {
- if (location.hash.length>0) {
- if (confirm("Are you sure you want to resubmit this form information a second time?")) {
- document.getElementById("shib_continue").click();
- } else {
- document.body.innerHTML="<html>Form information was not resubmitted.</html>";
- }
- } else {
- var loc = window.location;
- window.location = loc + "#submitted";
- document.getElementById("shib_continue").click();
- }
- }
- // -->
- </script>
- </head>
- <body onload="submitOnce()">
- <h2>Login Completed</h2>
-
- <noscript>
- <p>A form submission to this site was interrupted by the login process.
- If you would like to complete it now, submit this form.</p>
- </noscript>
-
- <form method="POST" action="<shibmlp action/>">
- <shibmlpfor PostedData>
- <input type="hidden" name="<shibmlp $name/>" value="<shibmlp $value/>"/>
- </shibmlpfor>
- <input type="submit" id="shib_continue" name="_shib_continue_" value="Continue"/>
- </form>
- </body>
-</html>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list