diff --git a/src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/Email.java b/src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/Email.java similarity index 81% rename from src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/Email.java rename to src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/Email.java index 56e33fa7c..524384689 100644 --- a/src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/Email.java +++ b/src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/Email.java @@ -1,4 +1,4 @@ -package org.owasp.webgoat.lessons.webwolf_introduction; +package org.owasp.webgoat.lessons.webwolfintroduction; import lombok.Builder; import lombok.Data; diff --git a/src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/LandingAssignment.java b/src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/LandingAssignment.java similarity index 94% rename from src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/LandingAssignment.java rename to src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/LandingAssignment.java index 19a09a3ad..a7243d07d 100644 --- a/src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/LandingAssignment.java +++ b/src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/LandingAssignment.java @@ -20,7 +20,7 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects. */ -package org.owasp.webgoat.lessons.webwolf_introduction; +package org.owasp.webgoat.lessons.webwolfintroduction; import org.apache.commons.lang3.StringUtils; import org.owasp.webgoat.container.assignments.AssignmentEndpoint; @@ -63,7 +63,7 @@ public class LandingAssignment extends AssignmentEndpoint { modelAndView.addObject("webwolfUrl", landingPageUrl); modelAndView.addObject("uniqueCode", StringUtils.reverse(getWebSession().getUserName())); - modelAndView.setViewName("lessons/webwolf_introduction/templates/webwolfPasswordReset.html"); + modelAndView.setViewName("lessons/webwolfintroduction/templates/webwolfPasswordReset.html"); return modelAndView; } } diff --git a/src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/MailAssignment.java b/src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/MailAssignment.java similarity index 98% rename from src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/MailAssignment.java rename to src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/MailAssignment.java index 4d7af9279..ec5b1c6a6 100644 --- a/src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/MailAssignment.java +++ b/src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/MailAssignment.java @@ -20,7 +20,7 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects. */ -package org.owasp.webgoat.lessons.webwolf_introduction; +package org.owasp.webgoat.lessons.webwolfintroduction; import org.apache.commons.lang3.StringUtils; import org.owasp.webgoat.container.assignments.AssignmentEndpoint; diff --git a/src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/WebWolfIntroduction.java b/src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/WebWolfIntroduction.java similarity index 96% rename from src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/WebWolfIntroduction.java rename to src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/WebWolfIntroduction.java index 818222e3b..240132413 100644 --- a/src/main/java/org/owasp/webgoat/lessons/webwolf_introduction/WebWolfIntroduction.java +++ b/src/main/java/org/owasp/webgoat/lessons/webwolfintroduction/WebWolfIntroduction.java @@ -20,7 +20,7 @@ * Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects. */ -package org.owasp.webgoat.lessons.webwolf_introduction; +package org.owasp.webgoat.lessons.webwolfintroduction; import org.owasp.webgoat.container.lessons.Category; import org.owasp.webgoat.container.lessons.Lesson; diff --git a/src/main/resources/lessons/webwolf_introduction/documentation/IntroductionWebWolf.adoc b/src/main/resources/lessons/webwolfintroduction/documentation/IntroductionWebWolf.adoc similarity index 100% rename from src/main/resources/lessons/webwolf_introduction/documentation/IntroductionWebWolf.adoc rename to src/main/resources/lessons/webwolfintroduction/documentation/IntroductionWebWolf.adoc diff --git a/src/main/resources/lessons/webwolf_introduction/documentation/Landing_page.adoc b/src/main/resources/lessons/webwolfintroduction/documentation/Landing_page.adoc similarity index 100% rename from src/main/resources/lessons/webwolf_introduction/documentation/Landing_page.adoc rename to src/main/resources/lessons/webwolfintroduction/documentation/Landing_page.adoc diff --git a/src/main/resources/lessons/webwolf_introduction/documentation/Receiving_mail.adoc b/src/main/resources/lessons/webwolfintroduction/documentation/Receiving_mail.adoc similarity index 100% rename from src/main/resources/lessons/webwolf_introduction/documentation/Receiving_mail.adoc rename to src/main/resources/lessons/webwolfintroduction/documentation/Receiving_mail.adoc diff --git a/src/main/resources/lessons/webwolf_introduction/documentation/Uploading_files.adoc b/src/main/resources/lessons/webwolfintroduction/documentation/Uploading_files.adoc similarity index 100% rename from src/main/resources/lessons/webwolf_introduction/documentation/Uploading_files.adoc rename to src/main/resources/lessons/webwolfintroduction/documentation/Uploading_files.adoc diff --git a/src/main/resources/lessons/webwolf_introduction/html/WebWolfIntroduction.html b/src/main/resources/lessons/webwolfintroduction/html/WebWolfIntroduction.html similarity index 88% rename from src/main/resources/lessons/webwolf_introduction/html/WebWolfIntroduction.html rename to src/main/resources/lessons/webwolfintroduction/html/WebWolfIntroduction.html index 1986fd263..64784bc2c 100644 --- a/src/main/resources/lessons/webwolf_introduction/html/WebWolfIntroduction.html +++ b/src/main/resources/lessons/webwolfintroduction/html/WebWolfIntroduction.html @@ -2,15 +2,15 @@