Bertrand Delacretaz created SLING-5553:
------------------------------------------
Summary: 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.4
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)