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