oops was forwarding to wrong jsp for lesson content
This commit is contained in:
parent
2c600887ba
commit
76c08cac5c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user