On Tue, Jul 2, 2013 at 3:04 AM, Lukasz Lenart <lukaszlen...@apache.org>wrote:

> 2013/6/22 Dave Newton <davelnew...@gmail.com>:
> > 1) Where does #session get set now? It used to happen in the old
> > dispatcher, IIRC. Now the only place I see after cursory inspection is in
> > CreateSessionInterceptor, which isn't in the default stack.
> >
> > Does this mean that #session doesn't contain the current servlet session
> > attribute map any more, or do I just need to take a step back and step
> > through everything again?
>
> Session isn't created by S2 if not needed ;-) And the context is
> populated with session in Dispatcher class, line 668.
>

Oh; I missed the delegation somehow. I saw this but didn't immediately see
how it was related to the ng stuff. I may retro-document some of this.



> > 2) Let's deprecate "completeStack" from struts-default.xml for the next
> > "major" release, if nobody minds. I'd like to start taking some cruft
> out.
>
> +1
>
> > 2a) Like the old dispatchers ;)
>
> Why?
>

Because they're deprecated?

I still see new questions on SO for S2.1+ with the old filters in place.

Dave

Reply via email to