Changed title to "How to Perform Cross Site Tracing (XST) Attacks"

git-svn-id: http://webgoat.googlecode.com/svn/trunk@103 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3 2007-01-26 19:47:54 +00:00
parent 82371bf0d9
commit 404e3f8b19

View File

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