Minor fixes
removed many System.out.printlns delete extra solutions directory - wrong location added 5.2 credits git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@344 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -127,7 +127,7 @@ public class SessionFixation extends SequentialLessonAdapter
|
||||
|
||||
if (sid.equals("NOVALIDSESSION"))
|
||||
{
|
||||
System.out.println("STAGE 5");
|
||||
//System.out.println("STAGE 5");
|
||||
getLessonTracker(s).setStage(5);
|
||||
}
|
||||
|
||||
@ -213,7 +213,7 @@ public class SessionFixation extends SequentialLessonAdapter
|
||||
@Override
|
||||
protected Element doStage5(WebSession s) throws Exception
|
||||
{
|
||||
System.out.println("Doing stage 5");
|
||||
//System.out.println("Doing stage 5");
|
||||
return createStage5Content(s);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user