Hi all, Ok, I implemented this in Rev. 654077 (and have also adapted the SlingWebDavServlet).
Regards Felix Am Mittwoch, den 07.05.2008, 10:58 +0200 schrieb Carsten Ziegeler: > 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
