Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Implementing SLING-387 causes a new script/servlet resolution order whereas the default servlets are handled as if they would be servlets for a resource super type of the resource type of the request resource. As such it may happen that for example a default script registered to handle GET/html requests would selected instead of a script defined for the resource type.
To fix this issue, all regular default GET servlets for html, txt and json are to be merged into a single default servlet registered for the GET method. The actual renderes are still separate classes but the new default servlet arbitrates amongst the renderers itself.
Attachments
Issue Links
- is related to
-
SLING-387 Simplify script paths and names
-
- Closed
-