This patch contains the HTTP connector that intercepts the requests to the application and tries to communicate with OSG.
It also contains the DOM Injection lesson git-svn-id: http://webgoat.googlecode.com/svn/trunk@35 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
set JAVAHOME=.\java
|
||||
set JAVAHOME= C:\Program Files\Java\jdk1.5.0_08
|
||||
set PATH=%JAVAHOME%\bin;%PATH%
|
||||
set ECLIPSE_HOME=.\eclipse
|
||||
set ECLIPSE_HOME= C:\webgoat\tools\eclipse
|
||||
SET JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx768m
|
||||
|
||||
%ECLIPSE_HOME%\eclipse.exe -data .\workspace
|
||||
|
||||
%ECLIPSE_HOME%\eclipse.exe -data .\workspace
|
Reference in New Issue
Block a user