<%@ page contentType="text/html; charset=ISO-8859-1" language="java" errorPage=""%> <%@page import="org.owasp.webgoat.session.WebSession"%> <% WebSession webSession = ((WebSession) session .getAttribute("websession")); %> WebGoat V5.4

Thank you for taking the time to improve WebGoat!

The lesson you were on was: <%=webSession.getCurrentLesson().getName()%>

There are several ways to report a bug, fix a bug, or get help.

To report a bug:
  1. File a WebGoat defect using Google Code WebGoat Issues. Please be as specific as possible. If you have a recommended solution for a bug, include the solution in the bug report.
To get help:
  1. Look in the FAQ, the most common problems are in the FAQ. The FAQ also allows user comments, but it is not monitored like the WebGoat mailing list.
  2. Send an email to the WebGoat mail list. The WebGoat mail list is the preferred method to ask for help. It is likely that someone has already experienced the issue you are seeing. In order to post to the list you must be subscribed to the WebGoat Mail List.
  3. Send an email to Bruce Mayhew
To fix a bug, typo, or enhance WebGoat:
  1. Send an email to Bruce Mayhew. This will start the discussion of getting you added to the WebGoat Contributers List. Once you become a WebGoat contributor, you can fix as many bugs/lessons as you desire.