On Tue, Aug 4, 2009 at 10:08 AM, Carsten Ziegeler<[email protected]> wrote:
> Bertrand Delacretaz wrote:
>> ...if a servlet is registered with
>> sling.servlet.extensions = html, it should not process any request
>> that doesn't have an html extension.
>>
> Hmm not sure :) I guess this boils down to the question if the properties
> are applied using "or" or "and" logic. Atm it's "or" (at least this is
> my understanding of the code...) :)

I don't see a use case for an OR between extensions and anything else,
to me it seems much more intuitive to use the extensions property to
limit the range of requests that a servlet handles.

-Bertrand

Reply via email to