In my case, I did reference the interceptor in my url handlermapping as following:
<bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property...
Type: Posts; User: boss94; Keyword(s):
In my case, I did reference the interceptor in my url handlermapping as following:
<bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property...
I had a similar issue today(only with the "localeChangeInterceptor" and I resolved it by adding it into the FlowHandlerMapping :
<bean...