diff --git a/CHANGELOG.md b/CHANGELOG.md index fbef2d9a17e7d673a8627e4b6444210ec17e107b..d8bcda7db024f8eefa2d698e6f53e374a09ebd62 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 204ec5e21bb6aa994042f54ad0bb7ad337b01dee..7493ed8f98174e1e3e27fdf850bbbc180e3fcc18 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>