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");
|
session.setAttribute(WELCOMED, "true");
|
||||||
page = "/webgoat.jsp";
|
page = "/webgoat.jsp";
|
||||||
} else {
|
} else {
|
||||||
page = "/main.jsp";
|
//page = "/main.jsp";
|
||||||
//page = "/lesson_content.jsp";
|
page = "/lesson_content.jsp";
|
||||||
}
|
}
|
||||||
|
|
||||||
return page;
|
return page;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user