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:
parent
f9b5f8eddf
commit
fb76b4916f
@ -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 "<" and ">" with ">". -->
|
example, replace "<" with "<" and ">" with ">". -->
|
||||||
<param-name>FeedbackAddress</param-name>
|
<param-name>FeedbackAddress</param-name>
|
||||||
<param-value>
|
<param-value>
|
||||||
<A HREF=mailto:WebGoat@g2-inc.com>WebGoat@g2-inc.com</A>
|
<A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A>
|
||||||
</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>
|
||||||
|
@ -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 "<" and ">" with ">". -->
|
example, replace "<" with "<" and ">" with ">". -->
|
||||||
<param-name>FeedbackAddress</param-name>
|
<param-name>FeedbackAddress</param-name>
|
||||||
<param-value>
|
<param-value>
|
||||||
<A HREF=mailto:WebGoat@g2-inc.com>WebGoat@g2-inc.com</A>
|
<A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A>
|
||||||
</param-value>
|
</param-value>
|
||||||
</init-param>
|
</init-param>
|
||||||
|
|
||||||
|
@ -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 "<" and ">" with ">". -->
|
example, replace "<" with "<" and ">" with ">". -->
|
||||||
<param-name>FeedbackAddress</param-name>
|
<param-name>FeedbackAddress</param-name>
|
||||||
<param-value>
|
<param-value>
|
||||||
<A HREF=mailto:WebGoat@g2-inc.com>WebGoat@g2-inc.com</A>
|
<A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A>
|
||||||
</param-value>
|
</param-value>
|
||||||
</init-param>
|
</init-param>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user