I have a ThemeChangeInterceptor on my handlerMapping that changes the session THEME_SESSION_ATTRIBUTE_NAME if a request param is present. On the very first request of a new session, the SessionThemeResolver always resolves to the default theme rather then the theme specified in the attribute I am setting. After that first request, the theme changes correctly and matches the theme requested each time it is changed via the request parameter.
Any idea what's up with the first request?
Steve


Reply With Quote