Added XST in the title.

git-svn-id: http://webgoat.googlecode.com/svn/trunk@89 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3 2007-01-25 19:38:06 +00:00
parent 6581a2ab4e
commit 8c4d4d13b3

View File

@ -281,6 +281,6 @@ public class TraceXSS extends LessonAdapter
*/ */
public String getTitle() public String getTitle()
{ {
return ("How to Perform Cross Site Trace Attacks"); return ("How to Perform Cross Site Trace (XST) Attacks");
} }
} }