You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2016/02/23 17:10:19 UTC

[jira] [Resolved] (SLING-5553) Start background servlet jobs for POST, PUT and DELETE only by default

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

Bertrand Delacretaz resolved SLING-5553.
----------------------------------------
    Resolution: Fixed

Implemented in http://svn.apache.org/r1731890

> Start background servlet jobs for POST, PUT and DELETE only by default
> ----------------------------------------------------------------------
>
>                 Key: SLING-5553
>                 URL: https://issues.apache.org/jira/browse/SLING-5553
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: Background Servlets 1.0.2
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: Background Servlets 1.0.6
>
>
> Starting background jobs does not make sense for GET and HEAD requests for example, as those jobs are meant to change content and that shouldn't happen for such requests. I'll add a configurable list of acceptable methods to the {{BackgroundServletStarterFilter}}, defaulting to POST, PUT and DELETE.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)