Change registration of SlingPostServlet
---------------------------------------
Key: SLING-1207
URL: https://issues.apache.org/jira/browse/SLING-1207
Project: Sling
Issue Type: Improvement
Components: Servlets
Affects Versions: Servlets Post 2.0.4
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Servlets Post 2.0.6
The SlingPostServlet currently registers with these properties:
sling.servlet.resourceTypes = "sling/servlet/default"
sling.servlet.methods = "POST"
It is probably better to register the SlingPostServlet with the
sling.servlet.paths property like this:
sling.servlet.paths = "sling/servlet/default/POST"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.