You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/09/04 10:57:57 UTC

[jira] Created: (SLING-1098) DefaultGetServlet should print resourceType and resourceSuperType of resources

DefaultGetServlet should print resourceType and resourceSuperType of resources
------------------------------------------------------------------------------

                 Key: SLING-1098
                 URL: https://issues.apache.org/jira/browse/SLING-1098
             Project: Sling
          Issue Type: Improvement
          Components: Servlets Get
    Affects Versions: Servlets Get 2.0.4
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: Servlets Get 2.0.6


The DefaultGetServlet (in all its format incarnations) does not print the resource type or the resource super type of the resource. For debugging purposes, this would be very valuable and interesting information.

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


[jira] Resolved: (SLING-1098) DefaultGetServlet should print resourceType and resourceSuperType of resources

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved SLING-1098.
--------------------------------------

    Resolution: Fixed

... and done in Rev. 811377

> DefaultGetServlet should print resourceType and resourceSuperType of resources
> ------------------------------------------------------------------------------
>
>                 Key: SLING-1098
>                 URL: https://issues.apache.org/jira/browse/SLING-1098
>             Project: Sling
>          Issue Type: Improvement
>          Components: Servlets Get
>    Affects Versions: Servlets Get 2.0.4
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Servlets Get 2.0.6
>
>
> The DefaultGetServlet (in all its format incarnations) does not print the resource type or the resource super type of the resource. For debugging purposes, this would be very valuable and interesting information.

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


[jira] Resolved: (SLING-1098) DefaultGetServlet should print resourceType and resourceSuperType of resources

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved SLING-1098.
--------------------------------------

    Resolution: Fixed

Implemented for the text/html and text/plain representations in Rev. 811295.

For the JSON representation this makes no sense because this renders the properties of the resource when adapted to [Value]Map.

> DefaultGetServlet should print resourceType and resourceSuperType of resources
> ------------------------------------------------------------------------------
>
>                 Key: SLING-1098
>                 URL: https://issues.apache.org/jira/browse/SLING-1098
>             Project: Sling
>          Issue Type: Improvement
>          Components: Servlets Get
>    Affects Versions: Servlets Get 2.0.4
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Servlets Get 2.0.6
>
>
> The DefaultGetServlet (in all its format incarnations) does not print the resource type or the resource super type of the resource. For debugging purposes, this would be very valuable and interesting information.

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


[jira] Reopened: (SLING-1098) DefaultGetServlet should print resourceType and resourceSuperType of resources

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reopened SLING-1098:
--------------------------------------


Betrand pointed out the implementation of finding the actual resource super type should be centralized. and it really is.: ResourceUtil.findResourceSuperType(Resource)

> DefaultGetServlet should print resourceType and resourceSuperType of resources
> ------------------------------------------------------------------------------
>
>                 Key: SLING-1098
>                 URL: https://issues.apache.org/jira/browse/SLING-1098
>             Project: Sling
>          Issue Type: Improvement
>          Components: Servlets Get
>    Affects Versions: Servlets Get 2.0.4
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Servlets Get 2.0.6
>
>
> The DefaultGetServlet (in all its format incarnations) does not print the resource type or the resource super type of the resource. For debugging purposes, this would be very valuable and interesting information.

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


[jira] Closed: (SLING-1098) DefaultGetServlet should print resourceType and resourceSuperType of resources

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-1098.
-----------------------------------


> DefaultGetServlet should print resourceType and resourceSuperType of resources
> ------------------------------------------------------------------------------
>
>                 Key: SLING-1098
>                 URL: https://issues.apache.org/jira/browse/SLING-1098
>             Project: Sling
>          Issue Type: Improvement
>          Components: Servlets
>    Affects Versions: Servlets Get 2.0.4
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Servlets Get 2.0.6
>
>
> The DefaultGetServlet (in all its format incarnations) does not print the resource type or the resource super type of the resource. For debugging purposes, this would be very valuable and interesting information.

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