i8n highlighting #96

This commit is contained in:
Nanne Baars
2015-09-24 07:56:01 +02:00
parent 9218a0dbb0
commit 86e4fd1c85
6 changed files with 115 additions and 4 deletions

View File

@ -4,12 +4,16 @@
xmlns:p="http://www.springframework.org/schema/p"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.2.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd">
http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.2.xsd">
<context:component-scan base-package="org.owasp.webgoat" />
@ -38,7 +42,12 @@
p:prefix="/WEB-INF/pages/"
p:suffix=".jsp"
p:order="1"/>
<bean id="labelDebugger" class="org.owasp.webgoat.session.LabelDebugger" scope="session">
<aop:scoped-proxy/>
</bean>
<mvc:interceptors>
<bean id="webContentInterceptor" class="org.springframework.web.servlet.mvc.WebContentInterceptor">
<property name="cacheSeconds" value="0" />