change order of context listeners

This commit is contained in:
Rick Lawson
2014-09-14 13:18:40 -04:00
parent 81b009ccfb
commit 0074b7e0e4

View File

@ -186,14 +186,14 @@
<servlet-name>mvc-dispatcher</servlet-name> <servlet-name>mvc-dispatcher</servlet-name>
<url-pattern>*.mvc</url-pattern> <url-pattern>*.mvc</url-pattern>
</servlet-mapping> </servlet-mapping>
<listener>
<description>WebGoat application init</description>
<listener-class>org.owasp.webgoat.application.WebGoatServletListener</listener-class>
</listener>
<listener> <listener>
<description>Spring context init</description> <description>Spring context init</description>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener> </listener>
<listener>
<description>WebGoat application init</description>
<listener-class>org.owasp.webgoat.application.WebGoatServletListener</listener-class>
</listener>
<!-- end spring MVC --> <!-- end spring MVC -->
<!-- spring security --> <!-- spring security -->
<filter> <filter>