From 325b96455965e2ce64234e6be9283ccb8eca7060 Mon Sep 17 00:00:00 2001 From: Daniel Kvist Date: Wed, 21 Oct 2015 21:57:35 +0200 Subject: [PATCH] Fix #112 deployment descriptor elements in wrong order and off white spacing --- .../src/main/webapp/WEB-INF/web.xml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/webgoat-container/src/main/webapp/WEB-INF/web.xml b/webgoat-container/src/main/webapp/WEB-INF/web.xml index f0d38c3ce..f45d4a5ab 100644 --- a/webgoat-container/src/main/webapp/WEB-INF/web.xml +++ b/webgoat-container/src/main/webapp/WEB-INF/web.xml @@ -26,19 +26,19 @@ parameters, including zero. --> - email - webgoat@owasp.org The EMAIL address of the administrator to whom questions and comments about this application should be addressed. + email + webgoat@owasp.org - emaillist - owasp-webgoat@lists.owasp.org The EMAIL address of the webgoat email list + emaillist + owasp-webgoat@lists.owasp.org @@ -73,23 +73,23 @@ You can define any number of servlets, including zero. --> - AxisServlet Apache-Axis Servlet + AxisServlet org.apache.axis.transport.http.AxisServlet - AdminServlet Axis Admin Servlet + AdminServlet org.apache.axis.transport.http.AdminServlet 100 - SOAPMonitorService SOAPMonitorService + SOAPMonitorService org.apache.axis.monitor.SOAPMonitorService @@ -100,7 +100,6 @@ 100 - WebGoat This servlet plays the "controller" role in the MVC architecture used in this application. @@ -110,13 +109,14 @@ filename extension is removed). The corresponding value is the name of the action class that will be used to process this request. + WebGoat org.owasp.webgoat.HammerHead - email - WebGoat@owasp.org The EMAIL address of the administrator to whom questions and comments about this application should be addressed. + email + WebGoat@owasp.org debug @@ -172,17 +172,17 @@ 5 - LessonSource This servlet returns the Java source of the current lesson. + LessonSource org.owasp.webgoat.LessonSource - Catcher - + This servlet catches any posts and marks the appropriate lesson property. + Catcher org.owasp.webgoat.Catcher