From 97523b615c7b34a89683964a6efc89adf6a82877 Mon Sep 17 00:00:00 2001 From: "mayhew64@gmail.com" Date: Mon, 23 Apr 2012 19:57:25 +0000 Subject: [PATCH] Changed link to be WebGoat instead of webgoat git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@450 4033779f-a91e-0410-96ef-6bf7bf53c507 --- src/main/webapp/lesson_solutions/CsrfTokenByPass.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/lesson_solutions/CsrfTokenByPass.html b/src/main/webapp/lesson_solutions/CsrfTokenByPass.html index 769ee1c6b..1b66f2d72 100644 --- a/src/main/webapp/lesson_solutions/CsrfTokenByPass.html +++ b/src/main/webapp/lesson_solutions/CsrfTokenByPass.html @@ -81,7 +81,7 @@ function readFrame1() function loadFrame2() { var testFrame = document.getElementById("frame2"); - testFrame.src="http://localhost:8080/webgoat/attack?Screen=212&menu=900&transferFunds=4000"+tokenvalue; + testFrame.src="http://localhost:8080/WebGoat/attack?Screen=212&menu=900&transferFunds=4000"+tokenvalue; } @@ -95,7 +95,7 @@ call readFrame1, which calls loadFrame2, which then sets the src for the second -
<iframe	src="http://localhost:8080/webgoat/attack?Screen=212&menu=900&transferFunds=main"
+
<iframe	src="http://localhost:8080/WebGoat/attack?Screen=212&menu=900&transferFunds=main"
 	onload="readFrame1();"
 	id="frame1" frameborder="1" marginwidth="0"
 	marginheight="0" width="800" scrolling=yes height="300"></iframe>