From 939f860dddda748a22c1b7666727d2bf6576e47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80ngel=20Oll=C3=A9=20Bl=C3=A1zquez?= Date: Wed, 8 Dec 2021 19:23:38 +0100 Subject: [PATCH] renamed spoof-cookie form --- .../spoof-cookie/src/main/resources/html/SpoofCookie.html | 2 +- .../resources/templates/{form.html => spoofcookieform.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename webgoat-lessons/spoof-cookie/src/main/resources/templates/{form.html => spoofcookieform.html} (100%) diff --git a/webgoat-lessons/spoof-cookie/src/main/resources/html/SpoofCookie.html b/webgoat-lessons/spoof-cookie/src/main/resources/html/SpoofCookie.html index 7a41f948d..a59ab3cc7 100644 --- a/webgoat-lessons/spoof-cookie/src/main/resources/html/SpoofCookie.html +++ b/webgoat-lessons/spoof-cookie/src/main/resources/html/SpoofCookie.html @@ -21,7 +21,7 @@
-
+
diff --git a/webgoat-lessons/spoof-cookie/src/main/resources/templates/form.html b/webgoat-lessons/spoof-cookie/src/main/resources/templates/spoofcookieform.html similarity index 100% rename from webgoat-lessons/spoof-cookie/src/main/resources/templates/form.html rename to webgoat-lessons/spoof-cookie/src/main/resources/templates/spoofcookieform.html