Update info for OWASP build and for Release 5.0
git-svn-id: http://webgoat.googlecode.com/svn/trunk@62 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -138,7 +138,7 @@
|
||||
example, replace "<" with "<" and ">" with ">". -->
|
||||
<param-name>FeedbackAddress</param-name>
|
||||
<param-value>
|
||||
<A HREF=mailto:webgoat@g2-inc.com>webgoat@g2-inc.com</A>
|
||||
<A HREF=mailto:WebGoat@g2-inc.com>WebGoat@g2-inc.com</A>
|
||||
</param-value>
|
||||
</init-param>
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
#lesson.BufferOverflow.hidden=true
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
<property name="app.name" value="WebGoat"/>
|
||||
<property name="app.path" value="/${app.name}"/>
|
||||
<property name="app.version" value="5.0"/> <!-- UPDATE THIS! -->
|
||||
<property name="app.version" value="5.0-RC1"/> <!-- UPDATE THIS! -->
|
||||
<property name="build.home" value="${basedir}/build"/>
|
||||
<property name="catalina.home" value="${basedir}/../tomcat"/> <!-- UPDATE THIS! -->
|
||||
<property name="dist.home" value="${basedir}/dist"/>
|
||||
@ -259,10 +259,10 @@
|
||||
<copy file="${web.home}/WEB-INF/webgoat-class.properties" tofile="${web.home}/WEB-INF/webgoat.properties" overwrite="yes"/>
|
||||
</target>
|
||||
|
||||
<!-- Copying webgoat-lmc.properties to webgoat.properties -->
|
||||
<target name="WebGoatPropertiesLMC">
|
||||
<!-- Copying webgoat-lab.properties to webgoat.properties -->
|
||||
<target name="WebGoatPropertiesLAB">
|
||||
<attrib file="${web.home}/WEB-INF/webgoat.properties" readonly="false"/>
|
||||
<copy file="${web.home}/WEB-INF/webgoat-lmc.properties" tofile="${web.home}/WEB-INF/webgoat.properties" overwrite="yes"/>
|
||||
<copy file="${web.home}/WEB-INF/webgoat-lab.properties" tofile="${web.home}/WEB-INF/webgoat.properties" overwrite="yes"/>
|
||||
</target>
|
||||
|
||||
<!-- Copying the static content into the build directory -->
|
||||
|
Reference in New Issue
Block a user