Added additional instructions that 2 methods are required to pass lesson
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@465 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
2ae584d0b2
commit
9c6a51e8b1
@ -358,7 +358,10 @@ public class SoapRequest extends SequentialLessonAdapter
|
||||
// display Stage2 content
|
||||
ec
|
||||
.addElement(new P()
|
||||
.addElement("Intercept the request and invoke any method by sending a valid SOAP request for a valid account. <br>"));
|
||||
.addElement("Intercept the request and invoke any method by sending a valid SOAP request for a valid account. <br/>"));
|
||||
ec
|
||||
.addElement(new P()
|
||||
.addElement("You must access at least 2 of the methods to pass the lesson. <br/>"));
|
||||
Element b = ECSFactory.makeButton("Press to generate an HTTP request");
|
||||
ec.addElement(b);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user