fixed a typo
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@370 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
711097a340
commit
7a55b7e02f
@ -111,7 +111,7 @@ public class HttpSplitting extends SequentialLessonAdapter
|
|||||||
StringBuffer msg = new StringBuffer();
|
StringBuffer msg = new StringBuffer();
|
||||||
|
|
||||||
msg.append("Good Job! ");
|
msg.append("Good Job! ");
|
||||||
msg.append("This lesson has detected your successfull attack, ");
|
msg.append("This lesson has detected your successful attack, ");
|
||||||
msg.append("time to elevate your attack to a higher level. ");
|
msg.append("time to elevate your attack to a higher level. ");
|
||||||
msg.append("Try again and add Last-Modified header, intercept");
|
msg.append("Try again and add Last-Modified header, intercept");
|
||||||
msg.append("the reply and replace it with a 304 reply.");
|
msg.append("the reply and replace it with a 304 reply.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user