-
Jun 4th, 2012, 01:24 PM
#1
Mvc interceptors not working
Hello all,
i implemented interceptors for my css. But it seems like its not working.
code : <mvc:interceptor>
<mvc:mapping path="/resources/**"/>
<bean id="webContentInterceptor" class="org.springframework.web.servlet.mvc.WebCont entInterceptor">
<property name="cacheSeconds" value="5259600"/>
<property name="useExpiresHeader" value="true"/>
<property name="cacheMappings">
<props>
<prop key="/**/*.css">60000</prop>
</props>
</property>
</bean>
</mvc:interceptor>
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules