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
This commit is contained in:
rogan.dawes 2007-07-18 13:37:42 +00:00
parent f9b5f8eddf
commit fb76b4916f
3 changed files with 14 additions and 12 deletions

View File

@ -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.
</description>
@ -138,24 +138,25 @@
example, replace "<" with "&lt;" and ">" with "&gt;". -->
<param-name>FeedbackAddress</param-name>
<param-value>
&lt;A HREF=mailto:WebGoat@g2-inc.com&gt;WebGoat@g2-inc.com&lt;/A&gt;
&lt;A HREF=mailto:webgoat@owasp.org&gt;webgoat@owasp.org&lt;/A&gt;
</param-value>
</init-param>
<init-param>
<param-name>DatabaseDriver</param-name>
<param-value>
<!--sun.jdbc.odbc.JdbcOdbcDriver-->
org.enhydra.instantdb.jdbc.idbDriver
org.hsqldb.jdbcDriver
</param-value>
</init-param>
<init-param>
<param-name>DatabaseConnectionString</param-name>
<!--
The string "${USER}" in the connection string will be replaced by the active username
when making a connection.
-->
<param-value>
<!-- insert the word PATH where you want to insert the realpath to the base of the web context-->
jdbc:idb:PATH/database.prp
<!--jdbc:odbc:;DRIVER=Enhydra InstantDB Driver (*.prp);DBQ=PATH/webgoat.mdb;PWD=webgoat"-->
jdbc:hsqldb:mem:${USER}
</param-value>
</init-param>
@ -204,6 +205,7 @@
servlet, if you wish to.
-->
<servlet-mapping>
<servlet-name>AxisServlet</servlet-name>
<url-pattern>/servlet/AxisServlet</url-pattern>

View File

@ -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.
</description>
@ -138,7 +138,7 @@
example, replace "<" with "&lt;" and ">" with "&gt;". -->
<param-name>FeedbackAddress</param-name>
<param-value>
&lt;A HREF=mailto:WebGoat@g2-inc.com&gt;WebGoat@g2-inc.com&lt;/A&gt;
&lt;A HREF=mailto:webgoat@owasp.org&gt;webgoat@owasp.org&lt;/A&gt;
</param-value>
</init-param>

View File

@ -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.
</description>
@ -138,7 +138,7 @@
example, replace "<" with "&lt;" and ">" with "&gt;". -->
<param-name>FeedbackAddress</param-name>
<param-value>
&lt;A HREF=mailto:WebGoat@g2-inc.com&gt;WebGoat@g2-inc.com&lt;/A&gt;
&lt;A HREF=mailto:webgoat@owasp.org&gt;webgoat@owasp.org&lt;/A&gt;
</param-value>
</init-param>