add links and fix titles to lesson menu service

add list of built in accounts to login screen
This commit is contained in:
lawson89
2014-07-11 14:58:27 -04:00
parent d5024b7739
commit ba9b60a99c
5 changed files with 152 additions and 5 deletions

View File

@ -10,7 +10,6 @@ import java.util.List;
import javax.servlet.http.HttpSession;
import org.owasp.webgoat.lessons.AbstractLesson;
import org.owasp.webgoat.lessons.model.Hint;
import org.owasp.webgoat.session.Course;
import org.owasp.webgoat.session.WebSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;