You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the LocaleChangeInterceptor bean definition does register the paramName property correctly, the ThemeChangeInterceptor does not. This is due to the use of the xmlns:p="http://www.springframework.org/schema/p" namespace which does not seem to be taken into account.
Issue Links:
ROO-385 Use new Spring MVC namespace ("is depended on by")
Stefan Schmidt opened SPR-6414 and commented
With the new mvc:interceptors configuration option introduced by #11018 I can register interceptors:
While the LocaleChangeInterceptor bean definition does register the paramName property correctly, the ThemeChangeInterceptor does not. This is due to the use of the xmlns:p="http://www.springframework.org/schema/p" namespace which does not seem to be taken into account.
Issue Links:
Referenced from: commits de1d548
The text was updated successfully, but these errors were encountered: