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 application security flaws for the purpose of educating
developers and security professionals about web developers and security professionals about web
application security problems. Please contact Bruce Mayhew 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> </description>
@ -138,24 +138,25 @@
example, replace "<" with "&lt;" and ">" with "&gt;". --> example, replace "<" with "&lt;" and ">" with "&gt;". -->
<param-name>FeedbackAddress</param-name> <param-name>FeedbackAddress</param-name>
<param-value> <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> </param-value>
</init-param> </init-param>
<init-param> <init-param>
<param-name>DatabaseDriver</param-name> <param-name>DatabaseDriver</param-name>
<param-value> <param-value>
<!--sun.jdbc.odbc.JdbcOdbcDriver--> org.hsqldb.jdbcDriver
org.enhydra.instantdb.jdbc.idbDriver
</param-value> </param-value>
</init-param> </init-param>
<init-param> <init-param>
<param-name>DatabaseConnectionString</param-name> <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> <param-value>
<!-- insert the word PATH where you want to insert the realpath to the base of the web context--> jdbc:hsqldb:mem:${USER}
jdbc:idb:PATH/database.prp
<!--jdbc:odbc:;DRIVER=Enhydra InstantDB Driver (*.prp);DBQ=PATH/webgoat.mdb;PWD=webgoat"-->
</param-value> </param-value>
</init-param> </init-param>
@ -204,6 +205,7 @@
servlet, if you wish to. servlet, if you wish to.
--> -->
<servlet-mapping> <servlet-mapping>
<servlet-name>AxisServlet</servlet-name> <servlet-name>AxisServlet</servlet-name>
<url-pattern>/servlet/AxisServlet</url-pattern> <url-pattern>/servlet/AxisServlet</url-pattern>
@ -294,7 +296,7 @@
<role-name>webgoat_challenge</role-name> <role-name>webgoat_challenge</role-name>
</auth-constraint> </auth-constraint>
</security-constraint> </security-constraint>
<security-constraint> <security-constraint>
<web-resource-collection> <web-resource-collection>
<web-resource-name>WebGoat Application Source</web-resource-name> <web-resource-name>WebGoat Application Source</web-resource-name>

View File

@ -12,7 +12,7 @@
application security flaws for the purpose of educating application security flaws for the purpose of educating
developers and security professionals about web developers and security professionals about web
application security problems. Please contact Bruce Mayhew 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> </description>
@ -138,7 +138,7 @@
example, replace "<" with "&lt;" and ">" with "&gt;". --> example, replace "<" with "&lt;" and ">" with "&gt;". -->
<param-name>FeedbackAddress</param-name> <param-name>FeedbackAddress</param-name>
<param-value> <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> </param-value>
</init-param> </init-param>

View File

@ -12,7 +12,7 @@
application security flaws for the purpose of educating application security flaws for the purpose of educating
developers and security professionals about web developers and security professionals about web
application security problems. Please contact Bruce Mayhew 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> </description>
@ -138,7 +138,7 @@
example, replace "<" with "&lt;" and ">" with "&gt;". --> example, replace "<" with "&lt;" and ">" with "&gt;". -->
<param-name>FeedbackAddress</param-name> <param-name>FeedbackAddress</param-name>
<param-value> <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> </param-value>
</init-param> </init-param>