From 0074b7e0e4c15cd03344d09b1771e80d14e6bc23 Mon Sep 17 00:00:00 2001 From: Rick Lawson Date: Sun, 14 Sep 2014 13:18:40 -0400 Subject: [PATCH] change order of context listeners --- src/main/webapp/WEB-INF/web.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index e72732fba..5748f87ff 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -186,14 +186,14 @@ mvc-dispatcher *.mvc - - WebGoat application init - org.owasp.webgoat.application.WebGoatServletListener - Spring context init org.springframework.web.context.ContextLoaderListener + + WebGoat application init + org.owasp.webgoat.application.WebGoatServletListener +