change order of context listeners
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user