Hi,

On 10/15/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote:
> To handle additional HTTP methods, we can always keep the service()
> method, maybe renamed to doOtherHttpMethod(), and call it for HTTP
> methods which are not covered by the SlingServlet's doX() methods.

This is one of the reasons why I don't really see the point of coming
up with our own Servlet interface instead of using the standard
HttpServlet base class or our own SlingServlet subclass.

HttpServlet.service() already has all the normal dispatch rules, and
if needed we could just extend the method in a SlingServlet subclass.

BR,

Jukka Zitting

Reply via email to