On Mon, Aug 18, 2014 at 1:07 PM, Felix Meschberger <fmesc...@adobe.com> wrote:
> ...A filter ist something which is a cross-cutting concern that the 
> application places
> on the request processing. As such it is transparent to the client and it 
> should not
> be client adressable...

I'm not saying we should make the filter client addressable.

What I mean is that we have well known and well tested logic that
selects scripts/servlets based on a resource type, supertype request
method, selectors etc.

Instead of reimplementing logic elsewhere to select things based on
resource types, it might be better to factor out that logic so as to
be able to reuse it *internally* to select other things - like Filters
in this example.

-Bertrand

Reply via email to