Skip to content

Commit 0074b7e

Browse files
committed
change order of context listeners
1 parent 81b009c commit 0074b7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/webapp/WEB-INF/web.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,14 @@
186186
<servlet-name>mvc-dispatcher</servlet-name>
187187
<url-pattern>*.mvc</url-pattern>
188188
</servlet-mapping>
189-
<listener>
190-
<description>WebGoat application init</description>
191-
<listener-class>org.owasp.webgoat.application.WebGoatServletListener</listener-class>
192-
</listener>
193189
<listener>
194190
<description>Spring context init</description>
195191
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
196192
</listener>
193+
<listener>
194+
<description>WebGoat application init</description>
195+
<listener-class>org.owasp.webgoat.application.WebGoatServletListener</listener-class>
196+
</listener>
197197
<!-- end spring MVC -->
198198
<!-- spring security -->
199199
<filter>

0 commit comments

Comments
 (0)