Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Post 2.0.4
-
None
Description
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"