Changed remaining contact information to reference an email address I receive (webgoat@g2-inc.com)

git-svn-id: http://webgoat.googlecode.com/svn/trunk@61 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64
2007-01-16 18:29:06 +00:00
parent fd9b60f98e
commit 8b51818508
6 changed files with 17 additions and 48 deletions

View File

@ -168,7 +168,7 @@ public class LessonSource extends HammerHead
}
if (source == null)
{
return "Source code is not available. Contact webgoat@aspectsecurity.com";
return "Source code is not available. Contact webgoat@g2-inc.com";
}
return (source.replaceAll("(?s)" + START_SOURCE_SKIP + ".*"
+ END_SOURCE_SKIP, "Code Section Deliberately Omitted"));