OSDN Git Service

CSRFインターセプターをマシに。
[rabbit-bts/RabbitBTS.git] / war / WEB-INF / rabbitBTS-servlet.xml
index 2baa492..0bba5d5 100644 (file)
@@ -35,7 +35,9 @@
        <bean class="jp.sourceforge.rabbitBTS.interceptors.AuthenticationInterceptor"
                id="authInterceptor" />
        <bean class="jp.sourceforge.rabbitBTS.interceptors.CSRFInterceptor"
-               id="csrf" />
+               id="csrf">
+               <property name="expireInSecond" value="60" />
+       </bean>
        <bean
                class="org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor"
                id="openInView">