Felix Meschberger wrote:
So I propose to change the sling.servlet.methods property handling as
follows:

    * If the property is empty or missing, the property is
      assumed to be set to [ "GET", "HEAD" ]

    * If the property is set to the single value "*", the
      servlet is not registered for a specific method.

    * Otherwise the servlet is registered for the configured
      methods names.

+1

Just to be clear, there are two ways of registering a servlet:
a) by path
b) by resource types

Configuring things like methods, selectors or extensions are only used for registering a servlet for a resource type. And the two options are mutual exclusive.

Carsten
--
Carsten Ziegeler
[EMAIL PROTECTED]

Reply via email to