You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After logging in the intro page loads fine. When clicking the logo in the top left corner which loads start.mvc I am not redirected to the Introduction: How to work with WebGoat page nor any other page. I simply get a blank screen in the lesson area. The menu loads fine but the cookies/parameters view is not loading.
This is also the case if navigating to "home" by the top left logo from any lesson.
The text was updated successfully, but these errors were encountered:
So it seems start.mvc is not really "the start". start.mvc gets sent the navigation link from Hammerhead. Hammerhead looks for the parameter start=true to load the correct link before sending it to start.mvc. Without the link the page will not be initialised properly since Backbone will not know which screen to load.
So: we can either link to /WebGoat/welcome.mvc from the logo, or we can link to /WebGoat/?start=true so that Hammerhead redirects us.
I think welcome.mvc seems like a good place and makes for a cleaner URL.
After logging in the intro page loads fine. When clicking the logo in the top left corner which loads
start.mvc
I am not redirected to theIntroduction: How to work with WebGoat
page nor any other page. I simply get a blank screen in the lesson area. The menu loads fine but the cookies/parameters view is not loading.This is also the case if navigating to "home" by the top left logo from any lesson.
The text was updated successfully, but these errors were encountered: