File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 186
186
<servlet-name >mvc-dispatcher</servlet-name >
187
187
<url-pattern >*.mvc</url-pattern >
188
188
</servlet-mapping >
189
- <listener >
190
- <description >WebGoat application init</description >
191
- <listener-class >org.owasp.webgoat.application.WebGoatServletListener</listener-class >
192
- </listener >
193
189
<listener >
194
190
<description >Spring context init</description >
195
191
<listener-class >org.springframework.web.context.ContextLoaderListener</listener-class >
196
192
</listener >
193
+ <listener >
194
+ <description >WebGoat application init</description >
195
+ <listener-class >org.owasp.webgoat.application.WebGoatServletListener</listener-class >
196
+ </listener >
197
197
<!-- end spring MVC -->
198
198
<!-- spring security -->
199
199
<filter >
You can’t perform that action at this time.
0 commit comments