diff --git a/ webgoat/main/Eclipse-Workspace.zip b/webgoat/main/Eclipse-Workspace.zip similarity index 100% rename from webgoat/main/Eclipse-Workspace.zip rename to webgoat/main/Eclipse-Workspace.zip diff --git a/ webgoat/main/HOW TO create the WebGoat workspace.txt b/webgoat/main/HOW TO create the WebGoat workspace.txt similarity index 100% rename from webgoat/main/HOW TO create the WebGoat workspace.txt rename to webgoat/main/HOW TO create the WebGoat workspace.txt diff --git a/ webgoat/main/build.xml b/webgoat/main/build.xml similarity index 100% rename from webgoat/main/build.xml rename to webgoat/main/build.xml diff --git a/ webgoat/main/eclipse.bat b/webgoat/main/eclipse.bat similarity index 100% rename from webgoat/main/eclipse.bat rename to webgoat/main/eclipse.bat diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/Catcher.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/Catcher.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/Catcher.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/Catcher.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/HammerHead.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/HammerHead.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/HammerHead.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/HammerHead.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/LessonSource.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/LessonSource.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/LessonSource.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/LessonSource.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/AbstractLesson.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/AbstractLesson.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/AbstractLesson.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/AbstractLesson.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/AccessControlMatrix.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/AccessControlMatrix.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/AccessControlMatrix.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/AccessControlMatrix.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BackDoors.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BackDoors.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BackDoors.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BackDoors.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BasicAuthentication.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BasicAuthentication.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BasicAuthentication.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BasicAuthentication.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BufferOverflow.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BufferOverflow.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BufferOverflow.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BufferOverflow.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CSRF.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CSRF.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CSRF.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CSRF.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Category.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Category.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Category.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Category.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Challenge2Screen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Challenge2Screen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Challenge2Screen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Challenge2Screen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideFiltering/ClientSideFiltering.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideFiltering/ClientSideFiltering.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideFiltering/ClientSideFiltering.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideFiltering/ClientSideFiltering.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideValidation.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideValidation.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideValidation.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ClientSideValidation.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CommandInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CommandInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CommandInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CommandInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ConcurrencyCart.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ConcurrencyCart.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ConcurrencyCart.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ConcurrencyCart.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/EditProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/EditProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/EditProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/EditProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/FindProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/FindProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/FindProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/FindProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/UpdateProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/UpdateProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/UpdateProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/UpdateProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/ViewProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/ViewProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/ViewProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/ViewProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBCrossSiteScripting/DBCrossSiteScripting.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBCrossSiteScripting/DBCrossSiteScripting.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBCrossSiteScripting/DBCrossSiteScripting.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBCrossSiteScripting/DBCrossSiteScripting.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBCrossSiteScripting/UpdateProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBCrossSiteScripting/UpdateProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBCrossSiteScripting/UpdateProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBCrossSiteScripting/UpdateProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBSQLInjection/DBSQLInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBSQLInjection/DBSQLInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBSQLInjection/DBSQLInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBSQLInjection/DBSQLInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBSQLInjection/Login.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBSQLInjection/Login.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBSQLInjection/Login.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DBSQLInjection/Login.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMXSS.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMXSS.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMXSS.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMXSS.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOS_Login.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOS_Login.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOS_Login.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOS_Login.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DangerousEval.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DangerousEval.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DangerousEval.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DangerousEval.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Encoding.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Encoding.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Encoding.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Encoding.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/FailOpenAuthentication.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/FailOpenAuthentication.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/FailOpenAuthentication.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/FailOpenAuthentication.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForgotPassword.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForgotPassword.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForgotPassword.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForgotPassword.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/DefaultLessonAction.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/DefaultLessonAction.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/DefaultLessonAction.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/DefaultLessonAction.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/DeleteProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/DeleteProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/DeleteProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/DeleteProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/EditProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/EditProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/EditProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/EditProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/FindProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/FindProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/FindProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/FindProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/GoatHillsFinancial.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/GoatHillsFinancial.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/GoatHillsFinancial.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/GoatHillsFinancial.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/LessonAction.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/LessonAction.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/LessonAction.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/LessonAction.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/ListStaff.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/ListStaff.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/ListStaff.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/ListStaff.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/Login.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/Login.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/Login.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/Login.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/Logout.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/Logout.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/Logout.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/Logout.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/SearchStaff.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/SearchStaff.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/SearchStaff.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/SearchStaff.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/UpdateProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/UpdateProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/UpdateProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/UpdateProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/ViewProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/ViewProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/ViewProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/GoatHillsFinancial/ViewProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HiddenFieldTampering.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HiddenFieldTampering.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HiddenFieldTampering.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HiddenFieldTampering.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HtmlClues.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HtmlClues.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HtmlClues.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HtmlClues.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpBasics.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpBasics.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpBasics.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpBasics.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpOnly.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpOnly.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpOnly.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpOnly.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpSplitting.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpSplitting.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpSplitting.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/HttpSplitting.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/JSONInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/JSONInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/JSONInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/JSONInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/JavaScriptValidation.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/JavaScriptValidation.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/JavaScriptValidation.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/JavaScriptValidation.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/LessonAdapter.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/LessonAdapter.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/LessonAdapter.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/LessonAdapter.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/LogSpoofing.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/LogSpoofing.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/LogSpoofing.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/LogSpoofing.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/NewLesson.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/NewLesson.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/NewLesson.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/NewLesson.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/PathBasedAccessControl.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/PathBasedAccessControl.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/PathBasedAccessControl.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/PathBasedAccessControl.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Phishing.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Phishing.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Phishing.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/Phishing.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RandomLessonAdapter.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RandomLessonAdapter.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RandomLessonAdapter.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RandomLessonAdapter.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ReflectedXSS.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ReflectedXSS.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ReflectedXSS.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ReflectedXSS.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RemoteAdminFlaw.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RemoteAdminFlaw.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RemoteAdminFlaw.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RemoteAdminFlaw.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/DeleteProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/DeleteProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/DeleteProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/DeleteProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/EditProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/EditProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/EditProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/EditProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/RoleBasedAccessControl.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/RoleBasedAccessControl.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/RoleBasedAccessControl.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/RoleBasedAccessControl.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/UpdateProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/UpdateProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/UpdateProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/UpdateProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/ViewProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/ViewProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/ViewProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/RoleBasedAccessControl/ViewProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/ListStaff.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/ListStaff.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/ListStaff.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/ListStaff.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/Login.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/Login.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/Login.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/Login.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/SQLInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/SQLInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/SQLInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/SQLInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/ViewProfile.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/ViewProfile.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/ViewProfile.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SQLInjection/ViewProfile.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SameOriginPolicyProtection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SameOriginPolicyProtection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SameOriginPolicyProtection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SameOriginPolicyProtection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SequentialLessonAdapter.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SequentialLessonAdapter.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SequentialLessonAdapter.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SequentialLessonAdapter.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SilentTransactions.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SilentTransactions.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SilentTransactions.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SilentTransactions.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SoapRequest.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SoapRequest.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SoapRequest.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SoapRequest.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SqlNumericInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SqlNumericInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SqlNumericInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SqlNumericInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SqlStringInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SqlStringInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SqlStringInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/SqlStringInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/StoredXss.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/StoredXss.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/StoredXss.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/StoredXss.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ThreadSafetyProblem.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ThreadSafetyProblem.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ThreadSafetyProblem.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ThreadSafetyProblem.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/TraceXSS.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/TraceXSS.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/TraceXSS.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/TraceXSS.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/UncheckedEmail.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/UncheckedEmail.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/UncheckedEmail.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/UncheckedEmail.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WSDLScanning.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WSDLScanning.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WSDLScanning.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WSDLScanning.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WeakAuthenticationCookie.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WeakAuthenticationCookie.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WeakAuthenticationCookie.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WeakAuthenticationCookie.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WeakSessionID.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WeakSessionID.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WeakSessionID.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WeakSessionID.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WelcomeScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WelcomeScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WelcomeScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WelcomeScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WsSAXInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WsSAXInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WsSAXInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WsSAXInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WsSqlInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WsSqlInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WsSqlInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/WsSqlInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/XMLInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/XMLInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/XMLInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/XMLInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/XPATHInjection.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/XPATHInjection.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/XPATHInjection.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/XPATHInjection.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/AdminScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/AdminScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/AdminScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/AdminScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ProductsAdminScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ProductsAdminScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ProductsAdminScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ProductsAdminScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/RefreshDBScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/RefreshDBScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/RefreshDBScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/RefreshDBScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ReportCardScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ReportCardScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ReportCardScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ReportCardScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/SummaryReportCardScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/SummaryReportCardScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/SummaryReportCardScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/SummaryReportCardScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/UserAdminScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/UserAdminScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/UserAdminScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/UserAdminScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ViewDatabase.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ViewDatabase.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ViewDatabase.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/ViewDatabase.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/WelcomeAdminScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/WelcomeAdminScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/WelcomeAdminScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/admin/WelcomeAdminScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/FindProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/FindProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/FindProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/FindProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/UpdateProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/UpdateProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/UpdateProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/UpdateProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/ViewProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/ViewProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/ViewProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/CrossSiteScripting/ViewProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/RegexMatch.cs b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/RegexMatch.cs similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/RegexMatch.cs rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/RegexMatch.cs diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/RegexMatch.dll b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/RegexMatch.dll similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/RegexMatch.dll rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/RegexMatch.dll diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/UpdateProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/UpdateProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/UpdateProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBCrossSiteScripting/UpdateProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBSQLInjection/Login_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBSQLInjection/Login_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBSQLInjection/Login_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/DBSQLInjection/Login_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/DeleteProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/DeleteProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/DeleteProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/DeleteProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/EditProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/EditProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/EditProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/EditProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/RoleBasedAccessControl_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/RoleBasedAccessControl_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/RoleBasedAccessControl_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/RoleBasedAccessControl_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/UpdateProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/UpdateProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/UpdateProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/UpdateProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/ViewProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/ViewProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/ViewProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/RoleBasedAccessControl/ViewProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/SQLInjection/Login_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/SQLInjection/Login_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/SQLInjection/Login_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/SQLInjection/Login_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/SQLInjection/ViewProfile_i.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/SQLInjection/ViewProfile_i.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/SQLInjection/ViewProfile_i.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/instructor/SQLInjection/ViewProfile_i.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/servlets/Controller.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/servlets/Controller.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/servlets/Controller.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/servlets/Controller.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/Authorization.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/Authorization.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/Authorization.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/Authorization.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/Course.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/Course.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/Course.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/Course.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/CreateDB.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/CreateDB.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/CreateDB.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/CreateDB.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/DatabaseUtilities.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/DatabaseUtilities.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/DatabaseUtilities.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/DatabaseUtilities.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/ECSFactory.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/ECSFactory.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/ECSFactory.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/ECSFactory.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/Employee.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/Employee.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/Employee.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/Employee.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/EmployeeStub.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/EmployeeStub.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/EmployeeStub.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/EmployeeStub.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/ErrorScreen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/ErrorScreen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/ErrorScreen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/ErrorScreen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/LessonSession.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/LessonSession.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/LessonSession.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/LessonSession.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/LessonTracker.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/LessonTracker.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/LessonTracker.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/LessonTracker.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/Parameter.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/Parameter.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/Parameter.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/Parameter.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/ParameterNotFoundException.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/ParameterNotFoundException.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/ParameterNotFoundException.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/ParameterNotFoundException.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/ParameterParser.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/ParameterParser.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/ParameterParser.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/ParameterParser.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/RandomLessonTracker.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/RandomLessonTracker.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/RandomLessonTracker.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/RandomLessonTracker.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/Screen.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/Screen.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/Screen.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/Screen.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/SequentialLessonTracker.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/SequentialLessonTracker.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/SequentialLessonTracker.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/SequentialLessonTracker.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/UnauthenticatedException.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/UnauthenticatedException.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/UnauthenticatedException.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/UnauthenticatedException.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/UnauthorizedException.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/UnauthorizedException.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/UnauthorizedException.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/UnauthorizedException.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/UserTracker.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/UserTracker.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/UserTracker.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/UserTracker.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/ValidationException.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/ValidationException.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/ValidationException.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/ValidationException.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebSession.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebSession.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebSession.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebSession.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebgoatContext.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebgoatContext.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebgoatContext.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebgoatContext.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebgoatProperties.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebgoatProperties.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebgoatProperties.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/session/WebgoatProperties.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/util/Exec.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/util/Exec.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/util/Exec.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/util/Exec.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/util/ExecResults.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/util/ExecResults.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/util/ExecResults.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/util/ExecResults.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/util/ExecutionException.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/util/ExecutionException.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/util/ExecutionException.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/util/ExecutionException.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/util/HtmlEncoder.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/util/HtmlEncoder.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/util/HtmlEncoder.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/util/HtmlEncoder.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/util/Interceptor.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/util/Interceptor.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/util/Interceptor.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/util/Interceptor.java diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/util/ThreadWatcher.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/util/ThreadWatcher.java similarity index 100% rename from webgoat/main/project/JavaSource/org/owasp/webgoat/util/ThreadWatcher.java rename to webgoat/main/project/JavaSource/org/owasp/webgoat/util/ThreadWatcher.java diff --git a/ webgoat/main/project/WebContent/META-INF/MANIFEST.MF b/webgoat/main/project/WebContent/META-INF/MANIFEST.MF similarity index 100% rename from webgoat/main/project/WebContent/META-INF/MANIFEST.MF rename to webgoat/main/project/WebContent/META-INF/MANIFEST.MF diff --git a/ webgoat/main/project/WebContent/WEB-INF/Copy of webgoat.properties b/webgoat/main/project/WebContent/WEB-INF/Copy of webgoat.properties similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/Copy of webgoat.properties rename to webgoat/main/project/WebContent/WEB-INF/Copy of webgoat.properties diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/activation.jar b/webgoat/main/project/WebContent/WEB-INF/lib/activation.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/activation.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/activation.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/axis-ant.jar b/webgoat/main/project/WebContent/WEB-INF/lib/axis-ant.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/axis-ant.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/axis-ant.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/axis.jar b/webgoat/main/project/WebContent/WEB-INF/lib/axis.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/axis.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/axis.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/catalina.jar b/webgoat/main/project/WebContent/WEB-INF/lib/catalina.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/catalina.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/catalina.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/commons-collections-3.1.jar b/webgoat/main/project/WebContent/WEB-INF/lib/commons-collections-3.1.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/commons-collections-3.1.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/commons-collections-3.1.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/commons-digester.jar b/webgoat/main/project/WebContent/WEB-INF/lib/commons-digester.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/commons-digester.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/commons-digester.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/commons-discovery-0.2.jar b/webgoat/main/project/WebContent/WEB-INF/lib/commons-discovery-0.2.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/commons-discovery-0.2.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/commons-discovery-0.2.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/commons-logging-1.0.4.jar b/webgoat/main/project/WebContent/WEB-INF/lib/commons-logging-1.0.4.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/commons-logging-1.0.4.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/commons-logging-1.0.4.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/dsn.jar b/webgoat/main/project/WebContent/WEB-INF/lib/dsn.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/dsn.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/dsn.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/ecs-1.4.2.jar b/webgoat/main/project/WebContent/WEB-INF/lib/ecs-1.4.2.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/ecs-1.4.2.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/ecs-1.4.2.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/hsqldb.jar b/webgoat/main/project/WebContent/WEB-INF/lib/hsqldb.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/hsqldb.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/hsqldb.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/imap.jar b/webgoat/main/project/WebContent/WEB-INF/lib/imap.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/imap.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/imap.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/j2h.jar b/webgoat/main/project/WebContent/WEB-INF/lib/j2h.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/j2h.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/j2h.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/jaxrpc.jar b/webgoat/main/project/WebContent/WEB-INF/lib/jaxrpc.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/jaxrpc.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/jaxrpc.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/jta-spec1_0_1.jar b/webgoat/main/project/WebContent/WEB-INF/lib/jta-spec1_0_1.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/jta-spec1_0_1.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/jta-spec1_0_1.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/jtds-1.2.2.jar b/webgoat/main/project/WebContent/WEB-INF/lib/jtds-1.2.2.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/jtds-1.2.2.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/jtds-1.2.2.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/log4j-1.2.8.jar b/webgoat/main/project/WebContent/WEB-INF/lib/log4j-1.2.8.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/log4j-1.2.8.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/log4j-1.2.8.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/mail.jar b/webgoat/main/project/WebContent/WEB-INF/lib/mail.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/mail.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/mail.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/mailapi.jar b/webgoat/main/project/WebContent/WEB-INF/lib/mailapi.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/mailapi.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/mailapi.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/ojdbc14.jar b/webgoat/main/project/WebContent/WEB-INF/lib/ojdbc14.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/ojdbc14.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/ojdbc14.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/pop3.jar b/webgoat/main/project/WebContent/WEB-INF/lib/pop3.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/pop3.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/pop3.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/saaj.jar b/webgoat/main/project/WebContent/WEB-INF/lib/saaj.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/saaj.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/saaj.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/smtp.jar b/webgoat/main/project/WebContent/WEB-INF/lib/smtp.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/smtp.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/smtp.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/lib/wsdl4j-1.5.1.jar b/webgoat/main/project/WebContent/WEB-INF/lib/wsdl4j-1.5.1.jar similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/lib/wsdl4j-1.5.1.jar rename to webgoat/main/project/WebContent/WEB-INF/lib/wsdl4j-1.5.1.jar diff --git a/ webgoat/main/project/WebContent/WEB-INF/server-config.wsdd b/webgoat/main/project/WebContent/WEB-INF/server-config.wsdd similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/server-config.wsdd rename to webgoat/main/project/WebContent/WEB-INF/server-config.wsdd diff --git a/ webgoat/main/project/WebContent/WEB-INF/web.xml b/webgoat/main/project/WebContent/WEB-INF/web.xml similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/web.xml rename to webgoat/main/project/WebContent/WEB-INF/web.xml diff --git a/ webgoat/main/project/WebContent/WEB-INF/webgoat-class.properties b/webgoat/main/project/WebContent/WEB-INF/webgoat-class.properties similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/webgoat-class.properties rename to webgoat/main/project/WebContent/WEB-INF/webgoat-class.properties diff --git a/ webgoat/main/project/WebContent/WEB-INF/webgoat-lab.properties b/webgoat/main/project/WebContent/WEB-INF/webgoat-lab.properties similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/webgoat-lab.properties rename to webgoat/main/project/WebContent/WEB-INF/webgoat-lab.properties diff --git a/ webgoat/main/project/WebContent/WEB-INF/webgoat-owasp.properties b/webgoat/main/project/WebContent/WEB-INF/webgoat-owasp.properties similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/webgoat-owasp.properties rename to webgoat/main/project/WebContent/WEB-INF/webgoat-owasp.properties diff --git a/ webgoat/main/project/WebContent/WEB-INF/webgoat.properties b/webgoat/main/project/WebContent/WEB-INF/webgoat.properties similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/webgoat.properties rename to webgoat/main/project/WebContent/WEB-INF/webgoat.properties diff --git a/ webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql b/webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql rename to webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql diff --git a/ webgoat/main/project/WebContent/WEB-INF/webgoat_sqlserver.sql b/webgoat/main/project/WebContent/WEB-INF/webgoat_sqlserver.sql similarity index 100% rename from webgoat/main/project/WebContent/WEB-INF/webgoat_sqlserver.sql rename to webgoat/main/project/WebContent/WEB-INF/webgoat_sqlserver.sql diff --git a/ webgoat/main/project/WebContent/css/layers.css b/webgoat/main/project/WebContent/css/layers.css similarity index 100% rename from webgoat/main/project/WebContent/css/layers.css rename to webgoat/main/project/WebContent/css/layers.css diff --git a/ webgoat/main/project/WebContent/css/lesson.css b/webgoat/main/project/WebContent/css/lesson.css similarity index 100% rename from webgoat/main/project/WebContent/css/lesson.css rename to webgoat/main/project/WebContent/css/lesson.css diff --git a/ webgoat/main/project/WebContent/css/menu.css b/webgoat/main/project/WebContent/css/menu.css similarity index 100% rename from webgoat/main/project/WebContent/css/menu.css rename to webgoat/main/project/WebContent/css/menu.css diff --git a/ webgoat/main/project/WebContent/css/webgoat.css b/webgoat/main/project/WebContent/css/webgoat.css similarity index 100% rename from webgoat/main/project/WebContent/css/webgoat.css rename to webgoat/main/project/WebContent/css/webgoat.css diff --git a/ webgoat/main/project/WebContent/css/webgoat_challenge.css b/webgoat/main/project/WebContent/css/webgoat_challenge.css similarity index 100% rename from webgoat/main/project/WebContent/css/webgoat_challenge.css rename to webgoat/main/project/WebContent/css/webgoat_challenge.css diff --git a/ webgoat/main/project/WebContent/database/database.prp b/webgoat/main/project/WebContent/database/database.prp similarity index 100% rename from webgoat/main/project/WebContent/database/database.prp rename to webgoat/main/project/WebContent/database/database.prp diff --git a/ webgoat/main/project/WebContent/images/buttons/catStarted.jpg b/webgoat/main/project/WebContent/images/buttons/catStarted.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/catStarted.jpg rename to webgoat/main/project/WebContent/images/buttons/catStarted.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/cookies.jpg b/webgoat/main/project/WebContent/images/buttons/cookies.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/cookies.jpg rename to webgoat/main/project/WebContent/images/buttons/cookies.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/cookiesOver.jpg b/webgoat/main/project/WebContent/images/buttons/cookiesOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/cookiesOver.jpg rename to webgoat/main/project/WebContent/images/buttons/cookiesOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/help.jpg b/webgoat/main/project/WebContent/images/buttons/help.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/help.jpg rename to webgoat/main/project/WebContent/images/buttons/help.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/helpOver.jpg b/webgoat/main/project/WebContent/images/buttons/helpOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/helpOver.jpg rename to webgoat/main/project/WebContent/images/buttons/helpOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/hint.jpg b/webgoat/main/project/WebContent/images/buttons/hint.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/hint.jpg rename to webgoat/main/project/WebContent/images/buttons/hint.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/hintLeft.jpg b/webgoat/main/project/WebContent/images/buttons/hintLeft.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/hintLeft.jpg rename to webgoat/main/project/WebContent/images/buttons/hintLeft.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/hintLeftOver.jpg b/webgoat/main/project/WebContent/images/buttons/hintLeftOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/hintLeftOver.jpg rename to webgoat/main/project/WebContent/images/buttons/hintLeftOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/hintOver.jpg b/webgoat/main/project/WebContent/images/buttons/hintOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/hintOver.jpg rename to webgoat/main/project/WebContent/images/buttons/hintOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/hintRight.jpg b/webgoat/main/project/WebContent/images/buttons/hintRight.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/hintRight.jpg rename to webgoat/main/project/WebContent/images/buttons/hintRight.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/hintRightOver.jpg b/webgoat/main/project/WebContent/images/buttons/hintRightOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/hintRightOver.jpg rename to webgoat/main/project/WebContent/images/buttons/hintRightOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/html.jpg b/webgoat/main/project/WebContent/images/buttons/html.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/html.jpg rename to webgoat/main/project/WebContent/images/buttons/html.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/htmlOver.jpg b/webgoat/main/project/WebContent/images/buttons/htmlOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/htmlOver.jpg rename to webgoat/main/project/WebContent/images/buttons/htmlOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/java.jpg b/webgoat/main/project/WebContent/images/buttons/java.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/java.jpg rename to webgoat/main/project/WebContent/images/buttons/java.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/javaOver.jpg b/webgoat/main/project/WebContent/images/buttons/javaOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/javaOver.jpg rename to webgoat/main/project/WebContent/images/buttons/javaOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/lessonComplete.jpg b/webgoat/main/project/WebContent/images/buttons/lessonComplete.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/lessonComplete.jpg rename to webgoat/main/project/WebContent/images/buttons/lessonComplete.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/logout.jpg b/webgoat/main/project/WebContent/images/buttons/logout.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/logout.jpg rename to webgoat/main/project/WebContent/images/buttons/logout.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/logoutOver.jpg b/webgoat/main/project/WebContent/images/buttons/logoutOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/logoutOver.jpg rename to webgoat/main/project/WebContent/images/buttons/logoutOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/params.jpg b/webgoat/main/project/WebContent/images/buttons/params.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/params.jpg rename to webgoat/main/project/WebContent/images/buttons/params.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/paramsOver.jpg b/webgoat/main/project/WebContent/images/buttons/paramsOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/paramsOver.jpg rename to webgoat/main/project/WebContent/images/buttons/paramsOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/plans.jpg b/webgoat/main/project/WebContent/images/buttons/plans.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/plans.jpg rename to webgoat/main/project/WebContent/images/buttons/plans.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/plansOver.jpg b/webgoat/main/project/WebContent/images/buttons/plansOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/plansOver.jpg rename to webgoat/main/project/WebContent/images/buttons/plansOver.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/solutions.jpg b/webgoat/main/project/WebContent/images/buttons/solutions.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/solutions.jpg rename to webgoat/main/project/WebContent/images/buttons/solutions.jpg diff --git a/ webgoat/main/project/WebContent/images/buttons/solutionsOver.jpg b/webgoat/main/project/WebContent/images/buttons/solutionsOver.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/buttons/solutionsOver.jpg rename to webgoat/main/project/WebContent/images/buttons/solutionsOver.jpg diff --git a/ webgoat/main/project/WebContent/images/header/header.jpg b/webgoat/main/project/WebContent/images/header/header.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/header/header.jpg rename to webgoat/main/project/WebContent/images/header/header.jpg diff --git a/ webgoat/main/project/WebContent/images/header/header_ASP.jpg b/webgoat/main/project/WebContent/images/header/header_ASP.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/header/header_ASP.jpg rename to webgoat/main/project/WebContent/images/header/header_ASP.jpg diff --git a/ webgoat/main/project/WebContent/images/header/header_CShrp.jpg b/webgoat/main/project/WebContent/images/header/header_CShrp.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/header/header_CShrp.jpg rename to webgoat/main/project/WebContent/images/header/header_CShrp.jpg diff --git a/ webgoat/main/project/WebContent/images/header/header_coldFusion.jpg b/webgoat/main/project/WebContent/images/header/header_coldFusion.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/header/header_coldFusion.jpg rename to webgoat/main/project/WebContent/images/header/header_coldFusion.jpg diff --git a/ webgoat/main/project/WebContent/images/header/header_dotNet.jpg b/webgoat/main/project/WebContent/images/header/header_dotNet.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/header/header_dotNet.jpg rename to webgoat/main/project/WebContent/images/header/header_dotNet.jpg diff --git a/ webgoat/main/project/WebContent/images/icons/rightArrow.jpg b/webgoat/main/project/WebContent/images/icons/rightArrow.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/icons/rightArrow.jpg rename to webgoat/main/project/WebContent/images/icons/rightArrow.jpg diff --git a/ webgoat/main/project/WebContent/images/logos/aspect.jpg b/webgoat/main/project/WebContent/images/logos/aspect.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/logos/aspect.jpg rename to webgoat/main/project/WebContent/images/logos/aspect.jpg diff --git a/ webgoat/main/project/WebContent/images/logos/macadamian.gif b/webgoat/main/project/WebContent/images/logos/macadamian.gif similarity index 100% rename from webgoat/main/project/WebContent/images/logos/macadamian.gif rename to webgoat/main/project/WebContent/images/logos/macadamian.gif diff --git a/ webgoat/main/project/WebContent/images/logos/owasp.jpg b/webgoat/main/project/WebContent/images/logos/owasp.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/logos/owasp.jpg rename to webgoat/main/project/WebContent/images/logos/owasp.jpg diff --git a/ webgoat/main/project/WebContent/images/logos/parasoft.jpg b/webgoat/main/project/WebContent/images/logos/parasoft.jpg similarity index 100% rename from webgoat/main/project/WebContent/images/logos/parasoft.jpg rename to webgoat/main/project/WebContent/images/logos/parasoft.jpg diff --git a/ webgoat/main/project/WebContent/images/menu_images/1x1.gif b/webgoat/main/project/WebContent/images/menu_images/1x1.gif similarity index 100% rename from webgoat/main/project/WebContent/images/menu_images/1x1.gif rename to webgoat/main/project/WebContent/images/menu_images/1x1.gif diff --git a/ webgoat/main/project/WebContent/javascript/DOMXSS.js b/webgoat/main/project/WebContent/javascript/DOMXSS.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/DOMXSS.js rename to webgoat/main/project/WebContent/javascript/DOMXSS.js diff --git a/ webgoat/main/project/WebContent/javascript/DOMXSS_backup.js b/webgoat/main/project/WebContent/javascript/DOMXSS_backup.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/DOMXSS_backup.js rename to webgoat/main/project/WebContent/javascript/DOMXSS_backup.js diff --git a/ webgoat/main/project/WebContent/javascript/clientSideFiltering.js b/webgoat/main/project/WebContent/javascript/clientSideFiltering.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/clientSideFiltering.js rename to webgoat/main/project/WebContent/javascript/clientSideFiltering.js diff --git a/ webgoat/main/project/WebContent/javascript/clientSideValidation.js b/webgoat/main/project/WebContent/javascript/clientSideValidation.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/clientSideValidation.js rename to webgoat/main/project/WebContent/javascript/clientSideValidation.js diff --git a/ webgoat/main/project/WebContent/javascript/escape.js b/webgoat/main/project/WebContent/javascript/escape.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/escape.js rename to webgoat/main/project/WebContent/javascript/escape.js diff --git a/ webgoat/main/project/WebContent/javascript/eval.js b/webgoat/main/project/WebContent/javascript/eval.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/eval.js rename to webgoat/main/project/WebContent/javascript/eval.js diff --git a/ webgoat/main/project/WebContent/javascript/instructor/DOMXSS_i.js b/webgoat/main/project/WebContent/javascript/instructor/DOMXSS_i.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/instructor/DOMXSS_i.js rename to webgoat/main/project/WebContent/javascript/instructor/DOMXSS_i.js diff --git a/ webgoat/main/project/WebContent/javascript/javascript.js b/webgoat/main/project/WebContent/javascript/javascript.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/javascript.js rename to webgoat/main/project/WebContent/javascript/javascript.js diff --git a/ webgoat/main/project/WebContent/javascript/lessonNav.js b/webgoat/main/project/WebContent/javascript/lessonNav.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/lessonNav.js rename to webgoat/main/project/WebContent/javascript/lessonNav.js diff --git a/ webgoat/main/project/WebContent/javascript/makeWindow.js b/webgoat/main/project/WebContent/javascript/makeWindow.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/makeWindow.js rename to webgoat/main/project/WebContent/javascript/makeWindow.js diff --git a/ webgoat/main/project/WebContent/javascript/menu_system.js b/webgoat/main/project/WebContent/javascript/menu_system.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/menu_system.js rename to webgoat/main/project/WebContent/javascript/menu_system.js diff --git a/ webgoat/main/project/WebContent/javascript/sameOrigin.js b/webgoat/main/project/WebContent/javascript/sameOrigin.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/sameOrigin.js rename to webgoat/main/project/WebContent/javascript/sameOrigin.js diff --git a/ webgoat/main/project/WebContent/javascript/toggle.js b/webgoat/main/project/WebContent/javascript/toggle.js similarity index 100% rename from webgoat/main/project/WebContent/javascript/toggle.js rename to webgoat/main/project/WebContent/javascript/toggle.js diff --git a/ webgoat/main/project/WebContent/lesson_plans/AccessControlMatrix.html b/webgoat/main/project/WebContent/lesson_plans/AccessControlMatrix.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/AccessControlMatrix.html rename to webgoat/main/project/WebContent/lesson_plans/AccessControlMatrix.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/BackDoors.html b/webgoat/main/project/WebContent/lesson_plans/BackDoors.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/BackDoors.html rename to webgoat/main/project/WebContent/lesson_plans/BackDoors.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/BasicAuthentication.html b/webgoat/main/project/WebContent/lesson_plans/BasicAuthentication.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/BasicAuthentication.html rename to webgoat/main/project/WebContent/lesson_plans/BasicAuthentication.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/BlindSqlInjection.html b/webgoat/main/project/WebContent/lesson_plans/BlindSqlInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/BlindSqlInjection.html rename to webgoat/main/project/WebContent/lesson_plans/BlindSqlInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/BufferOverflow.html b/webgoat/main/project/WebContent/lesson_plans/BufferOverflow.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/BufferOverflow.html rename to webgoat/main/project/WebContent/lesson_plans/BufferOverflow.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/CSRF.html b/webgoat/main/project/WebContent/lesson_plans/CSRF.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/CSRF.html rename to webgoat/main/project/WebContent/lesson_plans/CSRF.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/ChallengeScreen.html b/webgoat/main/project/WebContent/lesson_plans/ChallengeScreen.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/ChallengeScreen.html rename to webgoat/main/project/WebContent/lesson_plans/ChallengeScreen.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/ClientSideFiltering.html b/webgoat/main/project/WebContent/lesson_plans/ClientSideFiltering.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/ClientSideFiltering.html rename to webgoat/main/project/WebContent/lesson_plans/ClientSideFiltering.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/ClientSideValidation.html b/webgoat/main/project/WebContent/lesson_plans/ClientSideValidation.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/ClientSideValidation.html rename to webgoat/main/project/WebContent/lesson_plans/ClientSideValidation.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/CommandInjection.html b/webgoat/main/project/WebContent/lesson_plans/CommandInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/CommandInjection.html rename to webgoat/main/project/WebContent/lesson_plans/CommandInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/ConcurrencyCart.html b/webgoat/main/project/WebContent/lesson_plans/ConcurrencyCart.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/ConcurrencyCart.html rename to webgoat/main/project/WebContent/lesson_plans/ConcurrencyCart.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/CrossSiteScripting.html b/webgoat/main/project/WebContent/lesson_plans/CrossSiteScripting.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/CrossSiteScripting.html rename to webgoat/main/project/WebContent/lesson_plans/CrossSiteScripting.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/DBCrossSiteScripting.html b/webgoat/main/project/WebContent/lesson_plans/DBCrossSiteScripting.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/DBCrossSiteScripting.html rename to webgoat/main/project/WebContent/lesson_plans/DBCrossSiteScripting.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/DBSQLInjection.html b/webgoat/main/project/WebContent/lesson_plans/DBSQLInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/DBSQLInjection.html rename to webgoat/main/project/WebContent/lesson_plans/DBSQLInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/DOMInjection.html b/webgoat/main/project/WebContent/lesson_plans/DOMInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/DOMInjection.html rename to webgoat/main/project/WebContent/lesson_plans/DOMInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/DOMXSS.html b/webgoat/main/project/WebContent/lesson_plans/DOMXSS.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/DOMXSS.html rename to webgoat/main/project/WebContent/lesson_plans/DOMXSS.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/DOS_Login.html b/webgoat/main/project/WebContent/lesson_plans/DOS_Login.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/DOS_Login.html rename to webgoat/main/project/WebContent/lesson_plans/DOS_Login.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/DangerousEval.html b/webgoat/main/project/WebContent/lesson_plans/DangerousEval.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/DangerousEval.html rename to webgoat/main/project/WebContent/lesson_plans/DangerousEval.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/Encoding.html b/webgoat/main/project/WebContent/lesson_plans/Encoding.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/Encoding.html rename to webgoat/main/project/WebContent/lesson_plans/Encoding.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/FailOpenAuthentication.html b/webgoat/main/project/WebContent/lesson_plans/FailOpenAuthentication.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/FailOpenAuthentication.html rename to webgoat/main/project/WebContent/lesson_plans/FailOpenAuthentication.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/ForcedBrowsing.html b/webgoat/main/project/WebContent/lesson_plans/ForcedBrowsing.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/ForcedBrowsing.html rename to webgoat/main/project/WebContent/lesson_plans/ForcedBrowsing.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/ForgotPassword.html b/webgoat/main/project/WebContent/lesson_plans/ForgotPassword.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/ForgotPassword.html rename to webgoat/main/project/WebContent/lesson_plans/ForgotPassword.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/HiddenFieldTampering.html b/webgoat/main/project/WebContent/lesson_plans/HiddenFieldTampering.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/HiddenFieldTampering.html rename to webgoat/main/project/WebContent/lesson_plans/HiddenFieldTampering.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/HtmlClues.html b/webgoat/main/project/WebContent/lesson_plans/HtmlClues.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/HtmlClues.html rename to webgoat/main/project/WebContent/lesson_plans/HtmlClues.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/HttpBasics.html b/webgoat/main/project/WebContent/lesson_plans/HttpBasics.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/HttpBasics.html rename to webgoat/main/project/WebContent/lesson_plans/HttpBasics.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/HttpOnly.html b/webgoat/main/project/WebContent/lesson_plans/HttpOnly.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/HttpOnly.html rename to webgoat/main/project/WebContent/lesson_plans/HttpOnly.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/HttpSplitting.html b/webgoat/main/project/WebContent/lesson_plans/HttpSplitting.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/HttpSplitting.html rename to webgoat/main/project/WebContent/lesson_plans/HttpSplitting.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/JSONInjection.html b/webgoat/main/project/WebContent/lesson_plans/JSONInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/JSONInjection.html rename to webgoat/main/project/WebContent/lesson_plans/JSONInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/JavaScriptValidation.html b/webgoat/main/project/WebContent/lesson_plans/JavaScriptValidation.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/JavaScriptValidation.html rename to webgoat/main/project/WebContent/lesson_plans/JavaScriptValidation.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/Lesson_Plan_Template.html b/webgoat/main/project/WebContent/lesson_plans/Lesson_Plan_Template.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/Lesson_Plan_Template.html rename to webgoat/main/project/WebContent/lesson_plans/Lesson_Plan_Template.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/LogSpoofing.html b/webgoat/main/project/WebContent/lesson_plans/LogSpoofing.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/LogSpoofing.html rename to webgoat/main/project/WebContent/lesson_plans/LogSpoofing.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/NewLesson.html b/webgoat/main/project/WebContent/lesson_plans/NewLesson.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/NewLesson.html rename to webgoat/main/project/WebContent/lesson_plans/NewLesson.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/PathBasedAccessControl.html b/webgoat/main/project/WebContent/lesson_plans/PathBasedAccessControl.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/PathBasedAccessControl.html rename to webgoat/main/project/WebContent/lesson_plans/PathBasedAccessControl.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/ReflectedXSS.html b/webgoat/main/project/WebContent/lesson_plans/ReflectedXSS.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/ReflectedXSS.html rename to webgoat/main/project/WebContent/lesson_plans/ReflectedXSS.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/RemoteAdminFlaw.html b/webgoat/main/project/WebContent/lesson_plans/RemoteAdminFlaw.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/RemoteAdminFlaw.html rename to webgoat/main/project/WebContent/lesson_plans/RemoteAdminFlaw.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/RoleBasedAccessControl.html b/webgoat/main/project/WebContent/lesson_plans/RoleBasedAccessControl.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/RoleBasedAccessControl.html rename to webgoat/main/project/WebContent/lesson_plans/RoleBasedAccessControl.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/SameOriginPolicyProtection.html b/webgoat/main/project/WebContent/lesson_plans/SameOriginPolicyProtection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/SameOriginPolicyProtection.html rename to webgoat/main/project/WebContent/lesson_plans/SameOriginPolicyProtection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/SilentTransactions.html b/webgoat/main/project/WebContent/lesson_plans/SilentTransactions.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/SilentTransactions.html rename to webgoat/main/project/WebContent/lesson_plans/SilentTransactions.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/SoapRequest.html b/webgoat/main/project/WebContent/lesson_plans/SoapRequest.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/SoapRequest.html rename to webgoat/main/project/WebContent/lesson_plans/SoapRequest.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/SqlNumericInjection.html b/webgoat/main/project/WebContent/lesson_plans/SqlNumericInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/SqlNumericInjection.html rename to webgoat/main/project/WebContent/lesson_plans/SqlNumericInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/SqlStringInjection.html b/webgoat/main/project/WebContent/lesson_plans/SqlStringInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/SqlStringInjection.html rename to webgoat/main/project/WebContent/lesson_plans/SqlStringInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/StoredXss.html b/webgoat/main/project/WebContent/lesson_plans/StoredXss.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/StoredXss.html rename to webgoat/main/project/WebContent/lesson_plans/StoredXss.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/ThreadSafetyProblem.html b/webgoat/main/project/WebContent/lesson_plans/ThreadSafetyProblem.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/ThreadSafetyProblem.html rename to webgoat/main/project/WebContent/lesson_plans/ThreadSafetyProblem.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/TraceXSS.html b/webgoat/main/project/WebContent/lesson_plans/TraceXSS.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/TraceXSS.html rename to webgoat/main/project/WebContent/lesson_plans/TraceXSS.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/UncheckedEmail.html b/webgoat/main/project/WebContent/lesson_plans/UncheckedEmail.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/UncheckedEmail.html rename to webgoat/main/project/WebContent/lesson_plans/UncheckedEmail.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/WSDLScanning.html b/webgoat/main/project/WebContent/lesson_plans/WSDLScanning.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/WSDLScanning.html rename to webgoat/main/project/WebContent/lesson_plans/WSDLScanning.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/WeakAuthenticationCookie.html b/webgoat/main/project/WebContent/lesson_plans/WeakAuthenticationCookie.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/WeakAuthenticationCookie.html rename to webgoat/main/project/WebContent/lesson_plans/WeakAuthenticationCookie.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/WeakSessionID.html b/webgoat/main/project/WebContent/lesson_plans/WeakSessionID.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/WeakSessionID.html rename to webgoat/main/project/WebContent/lesson_plans/WeakSessionID.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/WelcomeScreeen.html b/webgoat/main/project/WebContent/lesson_plans/WelcomeScreeen.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/WelcomeScreeen.html rename to webgoat/main/project/WebContent/lesson_plans/WelcomeScreeen.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/WsSAXInjection.html b/webgoat/main/project/WebContent/lesson_plans/WsSAXInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/WsSAXInjection.html rename to webgoat/main/project/WebContent/lesson_plans/WsSAXInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/WsSqlInjection.html b/webgoat/main/project/WebContent/lesson_plans/WsSqlInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/WsSqlInjection.html rename to webgoat/main/project/WebContent/lesson_plans/WsSqlInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/XMLInjection.html b/webgoat/main/project/WebContent/lesson_plans/XMLInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/XMLInjection.html rename to webgoat/main/project/WebContent/lesson_plans/XMLInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_plans/XPATHInjection.html b/webgoat/main/project/WebContent/lesson_plans/XPATHInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_plans/XPATHInjection.html rename to webgoat/main/project/WebContent/lesson_plans/XPATHInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix.html b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix.html rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/Thumbs.db b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/Thumbs.db similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/Thumbs.db rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/Thumbs.db diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/AccessControlMatrix_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors.html b/webgoat/main/project/WebContent/lesson_solutions/BackDoors.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors.html rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image013.jpg b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image013.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image013.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image013.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image014.jpg b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image014.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image014.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image014.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image016.jpg b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image016.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image016.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image016.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image017.jpg b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image017.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image017.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image017.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image018.jpg b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image018.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image018.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/image018.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/BackDoors_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication.html b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication.html rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image013.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image013.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image013.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image013.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image015.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image015.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image015.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image015.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image017.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image017.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image017.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image017.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image019.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image019.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image019.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image019.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image021.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image021.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image021.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image021.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image023.png b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image023.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image023.png rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image023.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image025.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image025.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image025.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image025.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image026.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image026.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image026.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image026.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image027.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image027.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image027.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image027.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image028.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image028.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image028.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image028.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image029.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image029.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image029.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image029.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image030.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image030.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image030.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image030.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image031.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image031.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image031.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image031.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image032.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image032.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image032.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image032.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image033.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image033.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image033.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image033.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image034.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image034.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image034.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image034.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image035.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image035.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image035.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image035.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image036.jpg b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image036.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image036.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/image036.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/BasicAuthentication_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection.html b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image013.jpg b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image013.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image013.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image013.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image014.jpg b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image014.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image014.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image014.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image016.jpg b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image016.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image016.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image016.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image017.jpg b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image017.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image017.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image017.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image018.jpg b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image018.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image018.jpg rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/image018.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/BlindSqlInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF.html b/webgoat/main/project/WebContent/lesson_solutions/CSRF.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF.html rename to webgoat/main/project/WebContent/lesson_solutions/CSRF.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image011.jpg b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image011.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image011.jpg rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image011.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image012.jpg b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image012.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image012.jpg rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image012.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image013.jpg b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image013.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image013.jpg rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image013.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image014.jpg b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image014.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image014.jpg rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image014.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CSRF_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/CSRF_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CSRF_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/CSRF_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection.html b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image007.jpg b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image007.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image007.jpg rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image007.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image009.jpg b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image009.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image009.jpg rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/image009.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/CommandInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection.html b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image010.jpg b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image010.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image010.jpg rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image010.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image012.jpg b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image012.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image012.jpg rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/image012.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/DOMInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOS_Login.html b/webgoat/main/project/WebContent/lesson_solutions/DOS_Login.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOS_Login.html rename to webgoat/main/project/WebContent/lesson_solutions/DOS_Login.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/DOS_Login_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication.html b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication.html rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image009.jpg b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image009.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image009.jpg rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image009.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image010.jpg b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image010.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image010.jpg rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image010.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image011.jpg b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image011.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image011.jpg rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image011.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image012.jpg b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image012.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image012.jpg rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/image012.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/FailOpenAuthentication_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing.html b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing.html rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/ForcedBrowsing_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword.html b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword.html rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image013.png b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image013.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image013.png rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image013.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image016.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image016.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image016.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image016.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image017.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image017.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image017.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image017.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image018.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image018.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image018.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image018.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image019.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image019.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image019.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image019.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image020.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image020.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image020.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image020.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image021.jpg b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image021.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image021.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/image021.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/ForgotPassword_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering.html b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering.html rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image011.jpg b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image011.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image011.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image011.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image012.jpg b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image012.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image012.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image012.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image013.jpg b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image013.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image013.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image013.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image014.jpg b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image014.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image014.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image014.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/HiddenFieldTampering_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues.html b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues.html rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image011.jpg b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image011.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image011.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image011.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image012.jpg b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image012.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image012.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image012.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image013.jpg b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image013.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image013.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image013.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image014.jpg b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image014.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image014.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image014.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/HtmlClues_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpBasics.html b/webgoat/main/project/WebContent/lesson_solutions/HttpBasics.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpBasics.html rename to webgoat/main/project/WebContent/lesson_solutions/HttpBasics.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image005.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image005.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image005.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image005.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/HttpBasics_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly.html b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly.html rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image013.png b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image013.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image013.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image013.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image016.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image016.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image016.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image016.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image017.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image017.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image017.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image017.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image018.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image018.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image018.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image018.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image019.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image019.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image019.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image019.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image020.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image020.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image020.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image020.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image021.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image021.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image021.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/image021.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/HttpOnly_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting.html b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting.html rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image013.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image013.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image013.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image013.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image015.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image015.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image015.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image015.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image017.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image017.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image017.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image017.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image019.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image019.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image019.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image019.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image021.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image021.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image021.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image021.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image023.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image023.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image023.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image023.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image025.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image025.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image025.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image025.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image027.png b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image027.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image027.png rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image027.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image029.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image029.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image029.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image029.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image030.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image030.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image030.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image030.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image031.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image031.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image031.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image031.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image032.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image032.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image032.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image032.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image033.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image033.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image033.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image033.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image034.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image034.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image034.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image034.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image035.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image035.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image035.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image035.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image036.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image036.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image036.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image036.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image037.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image037.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image037.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image037.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image038.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image038.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image038.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image038.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image039.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image039.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image039.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image039.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image040.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image040.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image040.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image040.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image041.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image041.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image041.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image041.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image042.jpg b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image042.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image042.jpg rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/image042.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/HttpSplitting_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection.html b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image013.jpg b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image013.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image013.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image013.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image014.jpg b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image014.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image014.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image014.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image016.jpg b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image016.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image016.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image016.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image017.jpg b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image017.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image017.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image017.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image018.jpg b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image018.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image018.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/image018.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/JSONInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation.html b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation.html rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image009.gif b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image009.gif similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image009.gif rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image009.gif diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image010.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image010.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image010.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image010.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image011.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image011.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image011.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image011.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image012.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image012.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image012.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image012.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image013.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image013.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image013.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image013.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image014.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image014.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image014.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image014.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image015.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image015.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image015.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image015.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image016.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image016.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image016.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image016.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image017.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image017.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image017.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image017.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image018.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image018.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image018.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image018.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image019.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image019.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image019.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image019.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image020.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image020.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image020.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image020.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image021.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image021.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image021.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image021.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image022.png b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image022.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image022.png rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image022.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image023.jpg b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image023.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image023.jpg rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/image023.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/JavaScriptValidation_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing.html b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing.html rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/Thumbs.db b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/Thumbs.db similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/Thumbs.db rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/Thumbs.db diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image007.jpg b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image007.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image007.jpg rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image007.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image009.jpg b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image009.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image009.jpg rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/image009.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/LogSpoofing_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl.html b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl.html rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/PathBasedAccessControl_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS.html b/webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS.html rename to webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image005.jpg b/webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image005.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image005.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image005.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/ReflectedXSS_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw.html b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw.html rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/RemoteAdminFlaw_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions.html b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions.html rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image009.jpg b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image009.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image009.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image009.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image010.jpg b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image010.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image010.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image010.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image011.jpg b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image011.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image011.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image011.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image012.jpg b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image012.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image012.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/image012.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/SilentTransactions_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest.html b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest.html rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image010.jpg b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image010.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image010.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/image010.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/SoapRequest_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection.html b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/SqlNumericInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection.html b/webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image005.jpg b/webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image005.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image005.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image005.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/SqlStringInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image007.jpg b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image007.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image007.jpg rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image007.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image009.jpg b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image009.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image009.jpg rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/image009.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/StoredXSS_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/StoredXss.html b/webgoat/main/project/WebContent/lesson_solutions/StoredXss.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/StoredXss.html rename to webgoat/main/project/WebContent/lesson_solutions/StoredXss.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem.html b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem.html rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image009.jpg b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image009.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image009.jpg rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/image009.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/ThreadSafetyProblem_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/TraceXSS.html b/webgoat/main/project/WebContent/lesson_solutions/TraceXSS.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/TraceXSS.html rename to webgoat/main/project/WebContent/lesson_solutions/TraceXSS.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/TraceXSS_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail.html b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail.html rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/UncheckedEmail_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning.html b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning.html rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image009.jpg b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image009.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image009.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image009.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image010.jpg b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image010.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image010.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image010.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image011.jpg b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image011.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image011.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image011.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image012.jpg b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image012.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image012.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/image012.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/WSDLScanning_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie.html b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie.html rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image013.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image013.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image013.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image013.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image015.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image015.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image015.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image015.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image017.png b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image017.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image017.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image017.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image019.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image019.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image019.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image019.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image020.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image020.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image020.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image020.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image021.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image021.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image021.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image021.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image022.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image022.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image022.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image022.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image023.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image023.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image023.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image023.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image024.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image024.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image024.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image024.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image025.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image025.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image025.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image025.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image026.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image026.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image026.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image026.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image027.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image027.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image027.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/image027.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/WeakAuthenticationCookie_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID.html b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID.html rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image010.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image010.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image010.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image010.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image012.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image012.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image012.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image012.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image014.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image014.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image014.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image014.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image016.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image016.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image016.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image016.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image018.png b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image018.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image018.png rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image018.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image020.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image020.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image020.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image020.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image021.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image021.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image021.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image021.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image022.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image022.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image022.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image022.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image023.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image023.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image023.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image023.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image024.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image024.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image024.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image024.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image025.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image025.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image025.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image025.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image026.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image026.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image026.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image026.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image027.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image027.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image027.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image027.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image028.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image028.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image028.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image028.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image029.jpg b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image029.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image029.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/image029.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/WeakSessionID_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection.html b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image010.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image010.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image010.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/image010.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/WsSAXInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection.html b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image002.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image002.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image002.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image002.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image004.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image004.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image004.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image004.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image006.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image006.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image006.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image006.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/WsSqlInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection.html b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image007.png b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image007.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image007.png rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image007.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image009.png b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image009.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image009.png rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image009.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image011.png b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image011.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image011.png rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image011.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image013.png b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image013.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image013.png rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image013.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image015.png b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image015.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image015.png rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image015.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image017.jpg b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image017.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image017.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image017.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image018.jpg b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image018.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image018.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image018.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image019.jpg b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image019.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image019.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image019.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image020.jpg b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image020.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image020.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image020.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image021.jpg b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image021.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image021.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image021.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image022.jpg b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image022.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image022.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image022.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image023.jpg b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image023.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image023.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image023.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image024.jpg b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image024.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image024.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/image024.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/XMLInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection.html b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection.html similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection.html rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection.html diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/colorschememapping.xml b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/colorschememapping.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/colorschememapping.xml rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/colorschememapping.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/filelist.xml b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/filelist.xml similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/filelist.xml rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/filelist.xml diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image001.png b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image001.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image001.png rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image001.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image003.png b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image003.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image003.png rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image003.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image005.png b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image005.png similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image005.png rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image005.png diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image007.jpg b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image007.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image007.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image007.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image008.jpg b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image008.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image008.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image008.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image009.jpg b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image009.jpg similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image009.jpg rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/image009.jpg diff --git a/ webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/themedata.thmx b/webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/themedata.thmx similarity index 100% rename from webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/themedata.thmx rename to webgoat/main/project/WebContent/lesson_solutions/XPATHInjection_files/themedata.thmx diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/clientSideFiltering.jsp b/webgoat/main/project/WebContent/lessons/Ajax/clientSideFiltering.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/clientSideFiltering.jsp rename to webgoat/main/project/WebContent/lessons/Ajax/clientSideFiltering.jsp diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/clientSideFiltering_backup.jsp b/webgoat/main/project/WebContent/lessons/Ajax/clientSideFiltering_backup.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/clientSideFiltering_backup.jsp rename to webgoat/main/project/WebContent/lessons/Ajax/clientSideFiltering_backup.jsp diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/clientSideValidation.jsp b/webgoat/main/project/WebContent/lessons/Ajax/clientSideValidation.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/clientSideValidation.jsp rename to webgoat/main/project/WebContent/lessons/Ajax/clientSideValidation.jsp diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/employees.xml b/webgoat/main/project/WebContent/lessons/Ajax/employees.xml similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/employees.xml rename to webgoat/main/project/WebContent/lessons/Ajax/employees.xml diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/eval.jsp b/webgoat/main/project/WebContent/lessons/Ajax/eval.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/eval.jsp rename to webgoat/main/project/WebContent/lessons/Ajax/eval.jsp diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/images/lesson1_header.jpg b/webgoat/main/project/WebContent/lessons/Ajax/images/lesson1_header.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/images/lesson1_header.jpg rename to webgoat/main/project/WebContent/lessons/Ajax/images/lesson1_header.jpg diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/images/lesson1_workspace.jpg b/webgoat/main/project/WebContent/lessons/Ajax/images/lesson1_workspace.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/images/lesson1_workspace.jpg rename to webgoat/main/project/WebContent/lessons/Ajax/images/lesson1_workspace.jpg diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/instructor/clientSideFiltering_i.jsp b/webgoat/main/project/WebContent/lessons/Ajax/instructor/clientSideFiltering_i.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/instructor/clientSideFiltering_i.jsp rename to webgoat/main/project/WebContent/lessons/Ajax/instructor/clientSideFiltering_i.jsp diff --git a/ webgoat/main/project/WebContent/lessons/Ajax/sameOrigin.jsp b/webgoat/main/project/WebContent/lessons/Ajax/sameOrigin.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/Ajax/sameOrigin.jsp rename to webgoat/main/project/WebContent/lessons/Ajax/sameOrigin.jsp diff --git a/ webgoat/main/project/WebContent/lessons/ConfManagement/config.jsp b/webgoat/main/project/WebContent/lessons/ConfManagement/config.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/ConfManagement/config.jsp rename to webgoat/main/project/WebContent/lessons/ConfManagement/config.jsp diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/CrossSiteScripting.css b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/CrossSiteScripting.css similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/CrossSiteScripting.css rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/CrossSiteScripting.css diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/CrossSiteScripting.jsp b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/CrossSiteScripting.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/CrossSiteScripting.jsp rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/CrossSiteScripting.jsp diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/EditProfile.jsp b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/EditProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/EditProfile.jsp rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/EditProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/ListStaff.jsp b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/ListStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/ListStaff.jsp rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/ListStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/Login.jsp b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/Login.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/Login.jsp rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/Login.jsp diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/SearchStaff.jsp b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/SearchStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/SearchStaff.jsp rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/SearchStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/ViewProfile.jsp b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/ViewProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/ViewProfile.jsp rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/ViewProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/error.jsp b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/error.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/error.jsp rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/error.jsp diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_SearchWindow.jpg b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_SearchWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_SearchWindow.jpg rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_SearchWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_header.jpg b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_header.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_header.jpg rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_header.jpg diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_menu.jpg b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_menu.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_menu.jpg rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_menu.jpg diff --git a/ webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_workspace.jpg b/webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_workspace.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_workspace.jpg rename to webgoat/main/project/WebContent/lessons/CrossSiteScripting/images/lesson1_workspace.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/DBCrossSiteScripting.css b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/DBCrossSiteScripting.css similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/DBCrossSiteScripting.css rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/DBCrossSiteScripting.css diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/DBCrossSiteScripting.jsp b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/DBCrossSiteScripting.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/DBCrossSiteScripting.jsp rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/DBCrossSiteScripting.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/EditProfile.jsp b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/EditProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/EditProfile.jsp rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/EditProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/ListStaff.jsp b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/ListStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/ListStaff.jsp rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/ListStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/Login.jsp b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/Login.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/Login.jsp rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/Login.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/SearchStaff.jsp b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/SearchStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/SearchStaff.jsp rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/SearchStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/ViewProfile.jsp b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/ViewProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/ViewProfile.jsp rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/ViewProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/error.jsp b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/error.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/error.jsp rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/error.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_SearchWindow.jpg b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_SearchWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_SearchWindow.jpg rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_SearchWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_header.jpg b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_header.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_header.jpg rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_header.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_loginWindow.jpg b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_loginWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_loginWindow.jpg rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_loginWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_menu.jpg b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_menu.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_menu.jpg rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_menu.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_workspace.jpg b/webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_workspace.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_workspace.jpg rename to webgoat/main/project/WebContent/lessons/DBCrossSiteScripting/images/lesson1_workspace.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/DBSQLInjection.css b/webgoat/main/project/WebContent/lessons/DBSQLInjection/DBSQLInjection.css similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/DBSQLInjection.css rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/DBSQLInjection.css diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/DBSQLInjection.jsp b/webgoat/main/project/WebContent/lessons/DBSQLInjection/DBSQLInjection.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/DBSQLInjection.jsp rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/DBSQLInjection.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/EditProfile.jsp b/webgoat/main/project/WebContent/lessons/DBSQLInjection/EditProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/EditProfile.jsp rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/EditProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/ListStaff.jsp b/webgoat/main/project/WebContent/lessons/DBSQLInjection/ListStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/ListStaff.jsp rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/ListStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/Login.jsp b/webgoat/main/project/WebContent/lessons/DBSQLInjection/Login.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/Login.jsp rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/Login.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/SearchStaff.jsp b/webgoat/main/project/WebContent/lessons/DBSQLInjection/SearchStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/SearchStaff.jsp rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/SearchStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/ViewProfile.jsp b/webgoat/main/project/WebContent/lessons/DBSQLInjection/ViewProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/ViewProfile.jsp rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/ViewProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/error.jsp b/webgoat/main/project/WebContent/lessons/DBSQLInjection/error.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/error.jsp rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/error.jsp diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_SearchWindow.jpg b/webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_SearchWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_SearchWindow.jpg rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_SearchWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_header.jpg b/webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_header.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_header.jpg rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_header.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_loginWindow.jpg b/webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_loginWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_loginWindow.jpg rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_loginWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_menu.jpg b/webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_menu.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_menu.jpg rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_menu.jpg diff --git a/ webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_workspace.jpg b/webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_workspace.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_workspace.jpg rename to webgoat/main/project/WebContent/lessons/DBSQLInjection/images/lesson1_workspace.jpg diff --git a/ webgoat/main/project/WebContent/lessons/General/redirect.jsp b/webgoat/main/project/WebContent/lessons/General/redirect.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/General/redirect.jsp rename to webgoat/main/project/WebContent/lessons/General/redirect.jsp diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/EditProfile.jsp b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/EditProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/EditProfile.jsp rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/EditProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/GoatHillsFinancial.css b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/GoatHillsFinancial.css similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/GoatHillsFinancial.css rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/GoatHillsFinancial.css diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/GoatHillsFinancial.jsp b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/GoatHillsFinancial.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/GoatHillsFinancial.jsp rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/GoatHillsFinancial.jsp diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/ListStaff.jsp b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/ListStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/ListStaff.jsp rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/ListStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/Login.jsp b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/Login.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/Login.jsp rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/Login.jsp diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/SearchStaff.jsp b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/SearchStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/SearchStaff.jsp rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/SearchStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/ViewProfile.jsp b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/ViewProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/ViewProfile.jsp rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/ViewProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/error.jsp b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/error.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/error.jsp rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/error.jsp diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/accessControl.jpg b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/accessControl.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/accessControl.jpg rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/accessControl.jpg diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/dbSchema.jpg b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/dbSchema.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/dbSchema.jpg rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/dbSchema.jpg diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_SearchWindow.jpg b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_SearchWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_SearchWindow.jpg rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_SearchWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_header.jpg b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_header.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_header.jpg rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_header.jpg diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_loginWindow.jpg b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_loginWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_loginWindow.jpg rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_loginWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_menu.jpg b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_menu.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_menu.jpg rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_menu.jpg diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_workspace.jpg b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_workspace.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_workspace.jpg rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/lesson1_workspace.jpg diff --git a/ webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/orgChart.jpg b/webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/orgChart.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/orgChart.jpg rename to webgoat/main/project/WebContent/lessons/GoatHillsFinancial/images/orgChart.jpg diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/EditProfile.jsp b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/EditProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/EditProfile.jsp rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/EditProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/ListStaff.jsp b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/ListStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/ListStaff.jsp rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/ListStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/Login.jsp b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/Login.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/Login.jsp rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/Login.jsp diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/RoleBasedAccessControl.css b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/RoleBasedAccessControl.css similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/RoleBasedAccessControl.css rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/RoleBasedAccessControl.css diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/RoleBasedAccessControl.jsp b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/RoleBasedAccessControl.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/RoleBasedAccessControl.jsp rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/RoleBasedAccessControl.jsp diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/SearchStaff.jsp b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/SearchStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/SearchStaff.jsp rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/SearchStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/ViewProfile.jsp b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/ViewProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/ViewProfile.jsp rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/ViewProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/error.jsp b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/error.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/error.jsp rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/error.jsp diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/accessControl.jpg b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/accessControl.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/accessControl.jpg rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/accessControl.jpg diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/dbSchema.jpg b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/dbSchema.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/dbSchema.jpg rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/dbSchema.jpg diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_SearchWindow.jpg b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_SearchWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_SearchWindow.jpg rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_SearchWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_header.jpg b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_header.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_header.jpg rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_header.jpg diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_loginWindow.jpg b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_loginWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_loginWindow.jpg rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_loginWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_menu.jpg b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_menu.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_menu.jpg rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_menu.jpg diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_workspace.jpg b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_workspace.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_workspace.jpg rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/lesson1_workspace.jpg diff --git a/ webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/orgChart.jpg b/webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/orgChart.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/orgChart.jpg rename to webgoat/main/project/WebContent/lessons/RoleBasedAccessControl/images/orgChart.jpg diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/EditProfile.jsp b/webgoat/main/project/WebContent/lessons/SQLInjection/EditProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/EditProfile.jsp rename to webgoat/main/project/WebContent/lessons/SQLInjection/EditProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/ListStaff.jsp b/webgoat/main/project/WebContent/lessons/SQLInjection/ListStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/ListStaff.jsp rename to webgoat/main/project/WebContent/lessons/SQLInjection/ListStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/Login.jsp b/webgoat/main/project/WebContent/lessons/SQLInjection/Login.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/Login.jsp rename to webgoat/main/project/WebContent/lessons/SQLInjection/Login.jsp diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/SQLInjection.css b/webgoat/main/project/WebContent/lessons/SQLInjection/SQLInjection.css similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/SQLInjection.css rename to webgoat/main/project/WebContent/lessons/SQLInjection/SQLInjection.css diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/SQLInjection.jsp b/webgoat/main/project/WebContent/lessons/SQLInjection/SQLInjection.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/SQLInjection.jsp rename to webgoat/main/project/WebContent/lessons/SQLInjection/SQLInjection.jsp diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/SearchStaff.jsp b/webgoat/main/project/WebContent/lessons/SQLInjection/SearchStaff.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/SearchStaff.jsp rename to webgoat/main/project/WebContent/lessons/SQLInjection/SearchStaff.jsp diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/ViewProfile.jsp b/webgoat/main/project/WebContent/lessons/SQLInjection/ViewProfile.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/ViewProfile.jsp rename to webgoat/main/project/WebContent/lessons/SQLInjection/ViewProfile.jsp diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/error.jsp b/webgoat/main/project/WebContent/lessons/SQLInjection/error.jsp similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/error.jsp rename to webgoat/main/project/WebContent/lessons/SQLInjection/error.jsp diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_SearchWindow.jpg b/webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_SearchWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_SearchWindow.jpg rename to webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_SearchWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_header.jpg b/webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_header.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_header.jpg rename to webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_header.jpg diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_loginWindow.jpg b/webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_loginWindow.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_loginWindow.jpg rename to webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_loginWindow.jpg diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_menu.jpg b/webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_menu.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_menu.jpg rename to webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_menu.jpg diff --git a/ webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_workspace.jpg b/webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_workspace.jpg similarity index 100% rename from webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_workspace.jpg rename to webgoat/main/project/WebContent/lessons/SQLInjection/images/lesson1_workspace.jpg diff --git a/ webgoat/main/project/WebContent/lessons/XPATHInjection/EmployeesData.xml b/webgoat/main/project/WebContent/lessons/XPATHInjection/EmployeesData.xml similarity index 100% rename from webgoat/main/project/WebContent/lessons/XPATHInjection/EmployeesData.xml rename to webgoat/main/project/WebContent/lessons/XPATHInjection/EmployeesData.xml diff --git a/ webgoat/main/project/WebContent/main.jsp b/webgoat/main/project/WebContent/main.jsp similarity index 100% rename from webgoat/main/project/WebContent/main.jsp rename to webgoat/main/project/WebContent/main.jsp diff --git a/ webgoat/main/project/WebContent/sideWindow.jsp b/webgoat/main/project/WebContent/sideWindow.jsp similarity index 100% rename from webgoat/main/project/WebContent/sideWindow.jsp rename to webgoat/main/project/WebContent/sideWindow.jsp diff --git a/ webgoat/main/project/WebContent/users/ReadMe.txt b/webgoat/main/project/WebContent/users/ReadMe.txt similarity index 100% rename from webgoat/main/project/WebContent/users/ReadMe.txt rename to webgoat/main/project/WebContent/users/ReadMe.txt diff --git a/ webgoat/main/project/WebContent/webgoat.jsp b/webgoat/main/project/WebContent/webgoat.jsp similarity index 100% rename from webgoat/main/project/WebContent/webgoat.jsp rename to webgoat/main/project/WebContent/webgoat.jsp diff --git a/ webgoat/main/project/WebContent/webgoat_challenge.jsp b/webgoat/main/project/WebContent/webgoat_challenge.jsp similarity index 100% rename from webgoat/main/project/WebContent/webgoat_challenge.jsp rename to webgoat/main/project/WebContent/webgoat_challenge.jsp diff --git a/ webgoat/main/project/build.xml b/webgoat/main/project/build.xml similarity index 100% rename from webgoat/main/project/build.xml rename to webgoat/main/project/build.xml diff --git a/ webgoat/main/project/doc/New Lesson Instructions.txt b/webgoat/main/project/doc/New Lesson Instructions.txt similarity index 100% rename from webgoat/main/project/doc/New Lesson Instructions.txt rename to webgoat/main/project/doc/New Lesson Instructions.txt diff --git a/ webgoat/main/project/doc/Solving the WebGoat Labs.doc b/webgoat/main/project/doc/Solving the WebGoat Labs.doc similarity index 100% rename from webgoat/main/project/doc/Solving the WebGoat Labs.doc rename to webgoat/main/project/doc/Solving the WebGoat Labs.doc diff --git a/ webgoat/main/project/doc/WebGoat_Users_Guide.doc b/webgoat/main/project/doc/WebGoat_Users_Guide.doc similarity index 100% rename from webgoat/main/project/doc/WebGoat_Users_Guide.doc rename to webgoat/main/project/doc/WebGoat_Users_Guide.doc diff --git a/ webgoat/main/readme.txt b/webgoat/main/readme.txt similarity index 100% rename from webgoat/main/readme.txt rename to webgoat/main/readme.txt diff --git a/ webgoat/main/webgoat for SQL Server.bat b/webgoat/main/webgoat for SQL Server.bat similarity index 100% rename from webgoat/main/webgoat for SQL Server.bat rename to webgoat/main/webgoat for SQL Server.bat diff --git a/ webgoat/main/webgoat.bat b/webgoat/main/webgoat.bat similarity index 100% rename from webgoat/main/webgoat.bat rename to webgoat/main/webgoat.bat diff --git a/ webgoat/main/webgoat.sh b/webgoat/main/webgoat.sh similarity index 100% rename from webgoat/main/webgoat.sh rename to webgoat/main/webgoat.sh diff --git a/ webgoat/main/webgoat_8080.bat b/webgoat/main/webgoat_8080.bat similarity index 100% rename from webgoat/main/webgoat_8080.bat rename to webgoat/main/webgoat_8080.bat diff --git a/ webgoat/main/webscarab.bat b/webgoat/main/webscarab.bat similarity index 100% rename from webgoat/main/webscarab.bat rename to webgoat/main/webscarab.bat