oops was forwarding to wrong jsp for lesson content

This commit is contained in:
lawson89@gmail.com 2014-08-11 15:58:43 -04:00
parent 2c600887ba
commit 76c08cac5c

View File

@ -207,8 +207,8 @@ public class HammerHead extends HttpServlet {
session.setAttribute(WELCOMED, "true");
page = "/webgoat.jsp";
} else {
page = "/main.jsp";
//page = "/lesson_content.jsp";
//page = "/main.jsp";
page = "/lesson_content.jsp";
}
return page;