如果多个拦截器(分别拦截不同的请求),怎么在web.xml对它们进行权限的配置呢?
在<mvc:interceptor>
<mvc:mapping path="">配置拦截的请求路径
<bean calss=""></bean>配置拦截器的所在路径
</mvc:intercepter>