You're right, I accidentally imported org.springframework.web.portlet.handler.HandlerInt erceptorAdapter instead of org.springframework.web.servlet.handler.HandlerInt erceptorAdapter... d'oh. Still though, I'm seeing

Code:
[DEBUG] null
and a breakpoint I put on

Code:
modelAndView.addObject("mySessionScopedBean", mySessionScopedBean);
is never reached.