Merge default GET Servlets into a single one
--------------------------------------------

                 Key: SLING-419
                 URL: https://issues.apache.org/jira/browse/SLING-419
             Project: Sling
          Issue Type: Improvement
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 2.0.0


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to