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:
mayhew64@gmail.com 2012-04-25 18:42:20 +00:00
parent 2ae584d0b2
commit 9c6a51e8b1

View File

@ -357,8 +357,11 @@ 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(new P()
.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);