patch to fix a last minute typo and an unwanted import statement
git-svn-id: http://webgoat.googlecode.com/svn/trunk@29 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -1117,7 +1117,7 @@ public class WebSession
|
||||
|
||||
public void setHasHackableConfig ( String url)
|
||||
{
|
||||
if ( config.indexOf("config") >= 0)
|
||||
if ( url.indexOf("config") >= 0)
|
||||
{
|
||||
completedHackableConfig = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user