From fb76b4916fc84467b7caa0c20bc1bb70afda65ff Mon Sep 17 00:00:00 2001 From: "rogan.dawes" Date: Wed, 18 Jul 2007 13:37:42 +0000 Subject: [PATCH] Unify web.xml files. Also update the webgoat contact email address git-svn-id: http://webgoat.googlecode.com/svn/trunk@202 4033779f-a91e-0410-96ef-6bf7bf53c507 --- .../project/WebContent/WEB-INF/web-unix.xml | 18 ++++++++++-------- .../project/WebContent/WEB-INF/web-windows.xml | 4 ++-- .../main/project/WebContent/WEB-INF/web.xml | 4 ++-- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/ webgoat/main/project/WebContent/WEB-INF/web-unix.xml b/ webgoat/main/project/WebContent/WEB-INF/web-unix.xml index 332e5dd01..55695194f 100644 --- a/ webgoat/main/project/WebContent/WEB-INF/web-unix.xml +++ b/ webgoat/main/project/WebContent/WEB-INF/web-unix.xml @@ -12,7 +12,7 @@ application security flaws for the purpose of educating developers and security professionals about web application security problems. Please contact Bruce Mayhew - (webgoat@g2-inc.com) if you have any questions. + (webgoat@owasp.org) if you have any questions. @@ -138,24 +138,25 @@ example, replace "<" with "<" and ">" with ">". --> FeedbackAddress - <A HREF=mailto:WebGoat@g2-inc.com>WebGoat@g2-inc.com</A> + <A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A> DatabaseDriver - - org.enhydra.instantdb.jdbc.idbDriver + org.hsqldb.jdbcDriver DatabaseConnectionString + - - jdbc:idb:PATH/database.prp - + jdbc:hsqldb:mem:${USER} @@ -204,6 +205,7 @@ servlet, if you wish to. --> + AxisServlet /servlet/AxisServlet @@ -294,7 +296,7 @@ webgoat_challenge - + WebGoat Application Source diff --git a/ webgoat/main/project/WebContent/WEB-INF/web-windows.xml b/ webgoat/main/project/WebContent/WEB-INF/web-windows.xml index 8a54c72d4..55695194f 100644 --- a/ webgoat/main/project/WebContent/WEB-INF/web-windows.xml +++ b/ webgoat/main/project/WebContent/WEB-INF/web-windows.xml @@ -12,7 +12,7 @@ application security flaws for the purpose of educating developers and security professionals about web application security problems. Please contact Bruce Mayhew - (webgoat@g2-inc.com) if you have any questions. + (webgoat@owasp.org) if you have any questions. @@ -138,7 +138,7 @@ example, replace "<" with "<" and ">" with ">". --> FeedbackAddress - <A HREF=mailto:WebGoat@g2-inc.com>WebGoat@g2-inc.com</A> + <A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A> diff --git a/ webgoat/main/project/WebContent/WEB-INF/web.xml b/ webgoat/main/project/WebContent/WEB-INF/web.xml index 8a54c72d4..55695194f 100755 --- a/ webgoat/main/project/WebContent/WEB-INF/web.xml +++ b/ webgoat/main/project/WebContent/WEB-INF/web.xml @@ -12,7 +12,7 @@ application security flaws for the purpose of educating developers and security professionals about web application security problems. Please contact Bruce Mayhew - (webgoat@g2-inc.com) if you have any questions. + (webgoat@owasp.org) if you have any questions. @@ -138,7 +138,7 @@ example, replace "<" with "<" and ">" with ">". --> FeedbackAddress - <A HREF=mailto:WebGoat@g2-inc.com>WebGoat@g2-inc.com</A> + <A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A>