Separated DB usage for messages in CSRF and Stored XSS
Many cosmetic english changes Fixed IE rendering for Challenge git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@350 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -59,7 +59,7 @@ import org.owasp.webgoat.session.WebgoatProperties;
|
||||
* @author Bruce Mayhew <a href="http://code.google.com/p/webgoat">WebGoat</a>
|
||||
* @created October 28, 2003
|
||||
*/
|
||||
public abstract class AbstractLesson extends Screen implements Comparable
|
||||
public abstract class AbstractLesson extends Screen implements Comparable<Object>
|
||||
{
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user