We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713c786 commit 1761d4fCopy full SHA for 1761d4f
webgoat/src/main/java/org/owasp/webgoat/lessons/SoapRequest.java
@@ -357,8 +357,11 @@ protected Element createSoapEnvelope(WebSession s)
357
358
// display Stage2 content
359
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>"));
+ .addElement(new P()
+ .addElement("Intercept the request and invoke any method by sending a valid SOAP request for a valid account. <br/>"));
362
+ ec
363
364
+ .addElement("You must access at least 2 of the methods to pass the lesson. <br/>"));
365
Element b = ECSFactory.makeButton("Press to generate an HTTP request");
366
ec.addElement(b);
367
0 commit comments