This should default to the "How to Work with Webgoat" lesson
Hints
{{scope.hints}}
%@ page contentType="text/html; charset=ISO-8859-1" language="java" errorPage=""%> <%@page import="org.owasp.webgoat.session.WebSession"%> <% WebSession webSession = ((WebSession) session.getAttribute(WebSession.SESSION)); %>
{{scope.hints}}