diff --git a/src/main/webapp/main.jsp b/src/main/webapp/main.jsp index 379a36931..adb56330d 100644 --- a/src/main/webapp/main.jsp +++ b/src/main/webapp/main.jsp @@ -292,8 +292,7 @@ StringBuffer buildList = new StringBuffer();
OWASP Foundation | Project WebGoat | - Report Bug + Report Bug
diff --git a/src/main/webapp/reportBug.jsp b/src/main/webapp/reportBug.jsp new file mode 100644 index 000000000..e9e98f1af --- /dev/null +++ b/src/main/webapp/reportBug.jsp @@ -0,0 +1,66 @@ +<%@ 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.
  2. +
+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. +
  3. 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.
  4. +
  5. Send an email to Bruce + Mayhew
  6. +
+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.
  2. +
+ + +
+
+ +