On 8/16/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
The dependency that would be the hardest to try to work around is the use of a ServletRequestListener to fire init/destroy events for view controllers and related beans. This API did not exist in Servlet 2.3, although it *might* theoretically be possible ot use a Filter to do some of this stuff.
Every servlet filter is a "ServletRequestListener" so that seems pretty easy to deal with.
The other dependency, which I can't see any way around, is if you are using the application controller filter, and you want that to apply to RequestDispatcher.forward calls as well -- there's no way to emulate this technique in 2.3. But it's not necessarily something that would affect all users of Shale, the way the first issue is.
Yep. That's probably not negotiable.

