From 2a9bdf625f6451e0c8051bfcff131554f5f7b29e Mon Sep 17 00:00:00 2001 From: mariethuynh Date: Sun, 28 Mar 2010 02:08:12 +0000 Subject: [PATCH] typo git-svn-id: http://webgoat.googlecode.com/svn/trunk@419 4033779f-a91e-0410-96ef-6bf7bf53c507 --- webgoat/src/main/webapp/webgoat.jsp | 2 +- webgoat/src/main/webapp/webgoat_challenge.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webgoat/src/main/webapp/webgoat.jsp b/webgoat/src/main/webapp/webgoat.jsp index 2f151aa07..290ac9799 100644 --- a/webgoat/src/main/webapp/webgoat.jsp +++ b/webgoat/src/main/webapp/webgoat.jsp @@ -21,7 +21,7 @@ WebSession webSession = ((WebSession) session.getAttribute("websession"));

Thank you for using WebGoat! This program is a demonstration of common web application flaws. The exercises are intended to provide hands on experience with application penetration testing techniques.

-

The WebGoat project is lead +

The WebGoat project is led by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatContext().getFeedbackAddress()%>.

diff --git a/webgoat/src/main/webapp/webgoat_challenge.jsp b/webgoat/src/main/webapp/webgoat_challenge.jsp index 61d6795b9..c008a34a2 100644 --- a/webgoat/src/main/webapp/webgoat_challenge.jsp +++ b/webgoat/src/main/webapp/webgoat_challenge.jsp @@ -21,7 +21,7 @@ WebSession webSession = ((WebSession) session.getAttribute("websession"));

Thank you for using WebGoat! This program is a demonstration of common web application flaws. The exercises are intended to provide hands on experience with application penetration testing techniques.

-

The WebGoat project is lead +

The WebGoat project is led by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatContext().getFeedbackAddress()%>.

Thanks to Ounce Labs for supporting Bruce on the WebGoat Project.