From 70771ee854bfd19edf65466633454dc7a9c5e499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Zubcevic?= Date: Wed, 29 Apr 2020 14:43:33 +0200 Subject: [PATCH] added a webwolf template error page with some explanation and updated 2017 to 2020 --- .../src/main/resources/templates/error.html | 42 +++++++++++++++++++ .../resources/templates/fragments/footer.html | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 webwolf/src/main/resources/templates/error.html diff --git a/webwolf/src/main/resources/templates/error.html b/webwolf/src/main/resources/templates/error.html new file mode 100644 index 000000000..8cd79f5f5 --- /dev/null +++ b/webwolf/src/main/resources/templates/error.html @@ -0,0 +1,42 @@ + + + + WebWolf +
+ + + + +
+ +
+ +

WebWolf

+

This is the general error page of WebWolf. It applies for all 404, 500 etc messages.

+

Sometimes you will end up on this page on purpose because of a fake call to WebGoat which is redirected to WebWolf. + In that situation, you are probably interested in seeing the detail of the request. Login to WebWolf and check the incoming requests.

+ +
+ + + + + + + + + + + +
Date: +
Path: +
Status: +
+
+ + +
+ + + \ No newline at end of file diff --git a/webwolf/src/main/resources/templates/fragments/footer.html b/webwolf/src/main/resources/templates/fragments/footer.html index 971d0dffb..5a536d03b 100644 --- a/webwolf/src/main/resources/templates/fragments/footer.html +++ b/webwolf/src/main/resources/templates/fragments/footer.html @@ -8,7 +8,7 @@