users@servlet-spec.java.net

[servlet-spec users] [jsr340-experts] Re: SERVLET_SPEC-19

From: Mark Thomas <markt_at_apache.org>
Date: Tue, 12 Feb 2013 09:39:32 +0000

On 11/02/2013 23:52, Rémy Maucherat wrote:
> On 02/11/2013 10:31 PM, Rajiv Mordani wrote:
>> Actually in thinking about this - since the listeners are exposed to
>> developers, it will break backward compatibility adding these new
>> methods to the listener. Not sure if I want to add these to the
>> ServletRequestListener.
> That doesn't sound like a very good idea indeed.

ServletRequestDispatchListener?


> Shouldn't the user simply use a filter with an appropriate dispatcher
> mapping ?

That raises an interesting question. Why do we have the
ServletRequestListener interface at all?

Mark