From 8515b614e8808defec3421c6f922402e930e14a2 Mon Sep 17 00:00:00 2001 From: Andrew Petro <andrew.petro@wisc.edu> Date: Wed, 6 Sep 2023 17:24:03 -0500 Subject: [PATCH] Add troubleshooting notes attributing the error page So that we can tell which error page rendered --- CHANGELOG.md | 4 ++++ myuw-root-webapp/src/main/webapp/500.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbef2d9..d8bcda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Root context and error valve change log +## Next + ++ Add text attributing the 500 error page. + ## 1.2.1 2022-03-14 diff --git a/myuw-root-webapp/src/main/webapp/500.html b/myuw-root-webapp/src/main/webapp/500.html index 204ec5e..7493ed8 100644 --- a/myuw-root-webapp/src/main/webapp/500.html +++ b/myuw-root-webapp/src/main/webapp/500.html @@ -129,6 +129,10 @@ <li role="menuitem"><a href="https://www.wisconsin.edu/ohrwd/benefits/">UW System Employee Benefits Website</a></li> </ul> </div> + + <div> + <p>Troubleshooting notes: (root) /500.html</p> + </div> </div> </div> <div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div> -- GitLab