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();
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")); +%> + + + + + +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: +