From 4066296d3062b064c68a38cf865ddfe91cc91ff5 Mon Sep 17 00:00:00 2001 From: "rogan.dawes" Date: Thu, 10 Jan 2008 10:46:18 +0000 Subject: [PATCH] changing name of lesson git-svn-id: http://webgoat.googlecode.com/svn/trunk@253 4033779f-a91e-0410-96ef-6bf7bf53c507 --- .../org/owasp/webgoat/lessons/ClientSideValidation.java | 2 +- .../project/WebContent/lesson_plans/ClientSideValidation.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideValidation.java b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideValidation.java index b2ae01ceb..1ea7eaf8b 100644 --- a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideValidation.java +++ b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideValidation.java @@ -413,7 +413,7 @@ public class ClientSideValidation extends SequentialLessonAdapter { * @return The title value */ public String getTitle() { - return "Client Side Validation"; + return "Insecure Client Storage"; } public Element getCredits() diff --git a/ webgoat/main/project/WebContent/lesson_plans/ClientSideValidation.html b/ webgoat/main/project/WebContent/lesson_plans/ClientSideValidation.html index 0abc62886..e712b6fb7 100644 --- a/ webgoat/main/project/WebContent/lesson_plans/ClientSideValidation.html +++ b/ webgoat/main/project/WebContent/lesson_plans/ClientSideValidation.html @@ -1,5 +1,5 @@
-

Lesson Plan Title: Client Side Validation

+

Lesson Plan Title: Insecure Client Storage

Concept / Topic To Teach: