Mike Kienenberger
Wed, 02 Aug 2006 16:38:53 -0700
On 7/21/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
principally to allow us to use a ServletRequestListener and a ServletRequestAttributesListener to deal with the per-request lifecycle event callbacks, plus the ability to impose filters on a RequestDispatcher.forward() call if you want them.Any suggestion on making latest nightly workable with servlet 2.3 / JSP> 1.2 platforms? It *might* be technically feasible to mimic some of the functionality using a filter in a 2.3 environment, but it is not technically possible to support everything. Therefore, this combination (Shale and Servlet 2.3) is not going to be supported.
For what it's worth, Greg Wilson of jetty considered ServletRequestListener and ServletRequestAttributesListener "too objectionable to include in the core of Jetty" and wrote a filter to support them. http://www.mortbay.org/javadoc/org/mortbay/jetty/servlet/JSR154Filter.html Not sure about the "impose filters on a RequestDispatcher.forward() call" part, though.