diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/Catcher.java b/webgoat-container/src/main/java/org/owasp/webgoat/Catcher.java index 6f70157b1..857c22f06 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/Catcher.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/Catcher.java @@ -37,8 +37,6 @@ import org.owasp.webgoat.session.WebSession; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since March 13, 2007 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/HammerHead.java b/webgoat-container/src/main/java/org/owasp/webgoat/HammerHead.java index 70522a37f..0f94399fe 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/HammerHead.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/HammerHead.java @@ -53,8 +53,6 @@ import java.util.TimeZone; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect * Security * @author Bruce Mayhew WebGoat diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/LessonSource.java b/webgoat-container/src/main/java/org/owasp/webgoat/LessonSource.java index d7e00c9f8..0b03e30ba 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/LessonSource.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/LessonSource.java @@ -37,8 +37,6 @@ import org.owasp.webgoat.session.WebSession; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java index d358fbba4..13c0ef809 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java @@ -61,8 +61,6 @@ import java.util.Map; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/Category.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/Category.java index e79cbb032..66b3ee276 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/Category.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/Category.java @@ -32,8 +32,6 @@ import java.util.List; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/LessonAdapter.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/LessonAdapter.java index 419e8a525..5452bfe84 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/LessonAdapter.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/LessonAdapter.java @@ -47,8 +47,6 @@ import java.util.List; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/LessonServletMapping.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/LessonServletMapping.java index 0e2034904..cace028ef 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/LessonServletMapping.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/LessonServletMapping.java @@ -26,8 +26,6 @@ import java.lang.annotation.RetentionPolicy; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. *
- * For details, please see http://webgoat.github.io - * * @author Nanne Baars * @created December 12, 2015 */ diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/WelcomeScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/WelcomeScreen.java index 61723e933..d9ac9328e 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/WelcomeScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/WelcomeScreen.java @@ -39,8 +39,6 @@ import org.owasp.webgoat.session.*; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/AdminScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/AdminScreen.java index 8808de8d8..ea1cbb175 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/AdminScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/AdminScreen.java @@ -32,8 +32,6 @@ import org.owasp.webgoat.session.WebSession; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/MenuToLessonMapperScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/MenuToLessonMapperScreen.java index 81b737b37..9ccd0e649 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/MenuToLessonMapperScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/MenuToLessonMapperScreen.java @@ -46,8 +46,6 @@ import static org.springframework.util.StringUtils.stripFilenameExtension; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ProductsAdminScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ProductsAdminScreen.java index cd15836a5..43b74795d 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ProductsAdminScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ProductsAdminScreen.java @@ -39,8 +39,6 @@ import org.owasp.webgoat.session.WebSession; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/RefreshDBScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/RefreshDBScreen.java index db3a7e3bf..556701f0b 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/RefreshDBScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/RefreshDBScreen.java @@ -39,8 +39,6 @@ import org.owasp.webgoat.session.*; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ReportCardScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ReportCardScreen.java index 4e090758b..13f31a753 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ReportCardScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ReportCardScreen.java @@ -47,8 +47,6 @@ import org.owasp.webgoat.session.WebSession; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/SummaryReportCardScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/SummaryReportCardScreen.java index cf9717ac4..00225fcc8 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/SummaryReportCardScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/SummaryReportCardScreen.java @@ -48,8 +48,6 @@ import org.owasp.webgoat.session.WebSession; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/UserAdminScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/UserAdminScreen.java index 17e4e8d09..7cae656e5 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/UserAdminScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/UserAdminScreen.java @@ -39,8 +39,6 @@ import org.owasp.webgoat.session.WebSession; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ViewDatabase.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ViewDatabase.java index feabca8da..c967255ff 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ViewDatabase.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/ViewDatabase.java @@ -41,8 +41,6 @@ import org.owasp.webgoat.session.*; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/WelcomeAdminScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/WelcomeAdminScreen.java index 4b86cd26d..b6b456a10 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/WelcomeAdminScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/admin/WelcomeAdminScreen.java @@ -35,8 +35,6 @@ import org.owasp.webgoat.session.WebSession; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/Hint.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/Hint.java index 41abb5532..e33ddfe50 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/Hint.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/Hint.java @@ -23,7 +23,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.lessons.model; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/HttpBasicsModel.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/HttpBasicsModel.java index e5eec8968..ac403c7e5 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/HttpBasicsModel.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/HttpBasicsModel.java @@ -23,7 +23,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.lessons.model; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/LessonMenuItem.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/LessonMenuItem.java index 9bf9364b8..a5866850d 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/LessonMenuItem.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/LessonMenuItem.java @@ -26,7 +26,6 @@ * Source for this application is maintained at * https://github.com/WebGoat/WebGoat, a repository for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.lessons.model; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/LessonMenuItemType.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/LessonMenuItemType.java index e73368cec..cc774fec2 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/LessonMenuItemType.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/LessonMenuItemType.java @@ -23,7 +23,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.lessons.model; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/RequestParameter.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/RequestParameter.java index 0d720285a..13bc3395f 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/RequestParameter.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/model/RequestParameter.java @@ -26,7 +26,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.lessons.model; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/plugins/LegacyLoader.java b/webgoat-container/src/main/java/org/owasp/webgoat/plugins/LegacyLoader.java index bdd3dd273..ff337f19a 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/plugins/LegacyLoader.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/plugins/LegacyLoader.java @@ -39,8 +39,6 @@ import java.util.Set; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/ApplicationService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/ApplicationService.java index 90094f45f..e348f67bd 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/ApplicationService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/ApplicationService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at * https://github.com/WebGoat/WebGoat, a repository for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/BaseService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/BaseService.java index e85fadebc..aec0d2076 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/BaseService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/BaseService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/CookieService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/CookieService.java index 402fde5d6..5edd61323 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/CookieService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/CookieService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/DummyService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/DummyService.java index 5291d5848..61dfaba8a 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/DummyService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/DummyService.java @@ -23,7 +23,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/ExceptionInfo.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/ExceptionInfo.java index ac661fd1b..80b40bef1 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/ExceptionInfo.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/ExceptionInfo.java @@ -23,7 +23,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/LabelDebugService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/LabelDebugService.java index 42f2cef36..9a7ab755a 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/LabelDebugService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/LabelDebugService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at * https://github.com/WebGoat/WebGoat, a repository for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/LessonMenuService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/LessonMenuService.java index 3e6e11464..20f5d8cee 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/LessonMenuService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/LessonMenuService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at * https://github.com/WebGoat/WebGoat, a repository for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/LessonPlanService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/LessonPlanService.java index bf4d85eb6..ea6a295f1 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/LessonPlanService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/LessonPlanService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/ParameterService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/ParameterService.java index 84c1229b3..e7ebc9c39 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/ParameterService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/ParameterService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/PluginReloadService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/PluginReloadService.java index 83ece5a64..9d5b7c972 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/PluginReloadService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/PluginReloadService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at * https://github.com/WebGoat/WebGoat, a repository for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/RestartLessonService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/RestartLessonService.java index ba5ab3099..d21f63dcd 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/RestartLessonService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/RestartLessonService.java @@ -23,7 +23,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/SolutionService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/SolutionService.java index 04a3bf3f7..8b3187a1a 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/SolutionService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/SolutionService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/service/SourceService.java b/webgoat-container/src/main/java/org/owasp/webgoat/service/SourceService.java index 5f010423f..5cbadbbde 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/service/SourceService.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/service/SourceService.java @@ -26,7 +26,6 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io */ package org.owasp.webgoat.service; diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/servlets/Controller.java b/webgoat-container/src/main/java/org/owasp/webgoat/servlets/Controller.java index 9c694b4cf..357003667 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/servlets/Controller.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/servlets/Controller.java @@ -34,8 +34,6 @@ import javax.servlet.http.HttpServletResponse; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ public class Controller extends HttpServlet { diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/Authorization.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/Authorization.java index 46df247b1..8edd15936 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/Authorization.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/Authorization.java @@ -31,8 +31,6 @@ import java.util.Map; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * * @version $Id: $Id */ public class Authorization diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/Course.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/Course.java index 3a41fcded..b3d98dbeb 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/Course.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/Course.java @@ -55,8 +55,6 @@ import org.slf4j.LoggerFactory; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 28, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/CreateDB.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/CreateDB.java index 0d6ceef2f..2afc1296f 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/CreateDB.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/CreateDB.java @@ -33,8 +33,6 @@ import org.owasp.webgoat.lessons.AbstractLesson; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @version $Id: $Id */ diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/DatabaseUtilities.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/DatabaseUtilities.java index 79b56858c..0be0392d7 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/DatabaseUtilities.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/DatabaseUtilities.java @@ -42,8 +42,6 @@ import org.apache.ecs.html.Table; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @version $Id: $Id */ diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/ECSFactory.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/ECSFactory.java index a08a63ac4..1289b0536 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/ECSFactory.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/ECSFactory.java @@ -48,8 +48,6 @@ import org.apache.ecs.html.U; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams (jeff.williams@aspectsecurity.com) * @since October 29, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/ErrorScreen.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/ErrorScreen.java index 8949113aa..2020521c8 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/ErrorScreen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/ErrorScreen.java @@ -45,8 +45,6 @@ import org.apache.ecs.html.Table; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @since November 4, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/LessonSession.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/LessonSession.java index 179b62442..674ba0618 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/LessonSession.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/LessonSession.java @@ -27,8 +27,6 @@ package org.owasp.webgoat.session; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * Represents a virtual session for a lesson. Lesson-specific session data may be stored here. * * @author David Anderson Aspect Security diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/LessonTracker.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/LessonTracker.java index daa78f5ad..b1dd45a12 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/LessonTracker.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/LessonTracker.java @@ -33,8 +33,6 @@ import java.util.Properties; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 29, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/Parameter.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/Parameter.java index f1321b298..ab59d66df 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/Parameter.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/Parameter.java @@ -27,8 +27,6 @@ package org.owasp.webgoat.session; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ public class Parameter implements Comparable diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/ParameterNotFoundException.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/ParameterNotFoundException.java index 456f8b6a6..d4eefdfd2 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/ParameterNotFoundException.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/ParameterNotFoundException.java @@ -27,8 +27,6 @@ package org.owasp.webgoat.session; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @version $Id: $Id */ diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/ParameterParser.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/ParameterParser.java index bca462024..9540d0b1f 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/ParameterParser.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/ParameterParser.java @@ -35,8 +35,6 @@ import org.owasp.webgoat.util.HtmlEncoder; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect Security * @version $Id: $Id */ diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/Screen.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/Screen.java index 40bc3a6d1..852c3815c 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/Screen.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/Screen.java @@ -38,8 +38,6 @@ import org.owasp.webgoat.lessons.AbstractLesson; * Source for this application is maintained at * https://github.com/WebGoat/WebGoat, a repository for free software projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect * Security * @since October 28, 2003 diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/UnauthenticatedException.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/UnauthenticatedException.java index 8ea4f710f..82b7ff87c 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/UnauthenticatedException.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/UnauthenticatedException.java @@ -27,8 +27,6 @@ package org.owasp.webgoat.session; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ public class UnauthenticatedException extends Exception diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/UnauthorizedException.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/UnauthorizedException.java index a405d2bd2..99027bc41 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/UnauthorizedException.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/UnauthorizedException.java @@ -27,8 +27,6 @@ package org.owasp.webgoat.session; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ public class UnauthorizedException extends Exception diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/UserTracker.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/UserTracker.java index 07129bdac..56ba141af 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/UserTracker.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/UserTracker.java @@ -34,8 +34,6 @@ import java.util.Map; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @author Bruce Mayhew WebGoat * @since October 29, 2003 * @version $Id: $Id diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/ValidationException.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/ValidationException.java index 8af108b06..05e37557d 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/ValidationException.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/ValidationException.java @@ -27,8 +27,6 @@ package org.owasp.webgoat.session; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ public class ValidationException extends Exception diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/WebSession.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/WebSession.java index 77cca26a8..0ed24fe8f 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/WebSession.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/WebSession.java @@ -57,8 +57,6 @@ import org.slf4j.LoggerFactory; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io - * * @author Jeff Williams Aspect * Security * @author Bruce Mayhew WebGoat diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/session/WebgoatProperties.java b/webgoat-container/src/main/java/org/owasp/webgoat/session/WebgoatProperties.java index 3452142c4..af5718163 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/session/WebgoatProperties.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/session/WebgoatProperties.java @@ -36,8 +36,6 @@ import java.util.Properties; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ public class WebgoatProperties extends Properties { diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/util/BeanProvider.java b/webgoat-container/src/main/java/org/owasp/webgoat/util/BeanProvider.java index 13fc14af0..5574e2baa 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/util/BeanProvider.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/util/BeanProvider.java @@ -33,8 +33,6 @@ import org.springframework.stereotype.Component; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for * free software projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ @Component diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/util/HtmlEncoder.java b/webgoat-container/src/main/java/org/owasp/webgoat/util/HtmlEncoder.java index 0ab032059..65d03bfec 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/util/HtmlEncoder.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/util/HtmlEncoder.java @@ -31,8 +31,6 @@ import java.util.Map; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software * projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ public class HtmlEncoder diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelManager.java b/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelManager.java index b55061c19..ed49c0954 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelManager.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelManager.java @@ -30,8 +30,6 @@ import java.util.Locale; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for * free software projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ public interface LabelManager diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelManagerImpl.java b/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelManagerImpl.java index e84149763..1cb3513d9 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelManagerImpl.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelManagerImpl.java @@ -35,8 +35,6 @@ import java.util.Locale; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for * free software projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ @Component("labelManager") diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelProvider.java b/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelProvider.java index d8a213590..dd2fc3baf 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelProvider.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/util/LabelProvider.java @@ -43,8 +43,6 @@ import java.util.Locale; * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository * for free software projects. * - * For details, please see http://webgoat.github.io - * * @version $Id: $Id */ @Component