Renamed to httpproxies

This commit is contained in:
Àngel Ollé Blázquez
2022-07-30 19:38:04 +02:00
parent 08ce1add01
commit 1eff81718b
42 changed files with 13 additions and 13 deletions

View File

@ -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.http_proxies;
package org.owasp.webgoat.lessons.httpproxies;
import org.owasp.webgoat.container.assignments.AssignmentEndpoint;
import org.owasp.webgoat.container.assignments.AttackResult;

View File

@ -1,4 +1,4 @@
package org.owasp.webgoat.lessons.http_proxies;
package org.owasp.webgoat.lessons.httpproxies;
import org.owasp.webgoat.container.lessons.Category;
import org.owasp.webgoat.container.lessons.Lesson;