[ 
https://issues.apache.org/jira/browse/SLING-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vidar S. Ramdal updated SLING-352:
----------------------------------

    Attachment: ServletResolver.patch

Patching ServletResolver and introducing SlingRequestHandlerServlet interface, 
with the method accepts(HttpServletRequest).

SlingSafeMethodsServlet implements accepts(), and returns true. Other servlets 
may override this method. If a servlet returns false, the request will be 
handled by other Sling servlets.

> Allow Servlets to pass on a request
> -----------------------------------
>
>                 Key: SLING-352
>                 URL: https://issues.apache.org/jira/browse/SLING-352
>             Project: Sling
>          Issue Type: New Feature
>          Components: ServletResolver
>            Reporter: Vidar S. Ramdal
>         Attachments: ServletResolver.patch
>
>
> A Servlet should be allowed to ignore a request, thus passing it to other 
> Sling servlets.
> Currently, this is not possible, as a servlet cannot examine a request before 
> handling it.
> See 
> http://sling.markmail.org/search/?q=Servlet%20registration%20acrobatics#query:Servlet%20registration%20acrobatics+page:1+mid:zmuededrlya4hqjq+state:results

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to