Skip to content

Commit e9b7de4

Browse files
committed
Merge pull request #6 from WebGoat/WEB-54
Moved images files etc from lesson_solutions_1 to lesson_solutions
2 parents 1827054 + c7d7926 commit e9b7de4

File tree

295 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+2
-2
lines changed

src/main/java/org/owasp/webgoat/lessons/HttpSplitting.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
package org.owasp.webgoat.lessons;
33

4-
import java.io.PrintWriter;
54
import java.net.URLDecoder;
65
import java.text.DateFormat;
76
import java.text.SimpleDateFormat;
@@ -54,7 +53,8 @@ public class HttpSplitting extends SequentialLessonAdapter
5453
private static String STAGE = "stage";
5554

5655
public final static A MAC_LOGO = new A().setHref("http://www.softwaresecured.com").addElement(new IMG("images/logos/softwaresecured.gif").setAlt("Software Secured").setBorder(0).setHspace(0).setVspace(0));
57-
/**
56+
57+
/**
5858
* Description of the Method
5959
*
6060
* @param s
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)