Skip to content

Commit 1761d4f

Browse files
Added additional instructions that 2 methods are required to pass lesson
git-svn-id: http://webgoat.googlecode.com/svn/trunk@465 4033779f-a91e-0410-96ef-6bf7bf53c507
1 parent 713c786 commit 1761d4f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,11 @@ protected Element createSoapEnvelope(WebSession s)
357357

358358
// display Stage2 content
359359
ec
360-
.addElement(new P()
361-
.addElement("Intercept the request and invoke any method by sending a valid SOAP request for a valid account. <br>"));
360+
.addElement(new P()
361+
.addElement("Intercept the request and invoke any method by sending a valid SOAP request for a valid account. <br/>"));
362+
ec
363+
.addElement(new P()
364+
.addElement("You must access at least 2 of the methods to pass the lesson. <br/>"));
362365
Element b = ECSFactory.makeButton("Press to generate an HTTP request");
363366
ec.addElement(b);
364367

0 commit comments

Comments
 (0)