From 4aef25a58d2073cf9e110a853501b8b2599a00a5 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/webgoat@419 4033779f-a91e-0410-96ef-6bf7bf53c507 --- src/main/webapp/webgoat.jsp | 2 +- src/main/webapp/webgoat_challenge.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/webgoat.jsp b/src/main/webapp/webgoat.jsp index 2f151aa07..290ac9799 100644 --- a/src/main/webapp/webgoat.jsp +++ b/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/src/main/webapp/webgoat_challenge.jsp b/src/main/webapp/webgoat_challenge.jsp index 61d6795b9..c008a34a2 100644 --- a/src/main/webapp/webgoat_challenge.jsp +++ b/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.