Как мы знаем, мы можем настроить перехватчик следующим образом:
<mvc:interceptor>
<mvc:mapping path="/outfit/**" />
<bean class="OpenSessionInViewInterceptor">
<property name="sessionFactory">
<ref bean="sessionFactory" />
</property>
</bean>
Мой вопрос, как настроить исключенный путь?