You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2013/12/10 00:14:07 UTC

[jira] [Commented] (SLING-3269) ResourceDecorator returning null does not behave as specified

    [ https://issues.apache.org/jira/browse/SLING-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843674#comment-13843674 ] 

Carsten Ziegeler commented on SLING-3269:
-----------------------------------------

Can you point to some code where this happens? - afaik resource decorators are not called directly but by using the ResourceDecoratorTracker which handles the null case

> ResourceDecorator returning null does not behave as specified
> -------------------------------------------------------------
>
>                 Key: SLING-3269
>                 URL: https://issues.apache.org/jira/browse/SLING-3269
>             Project: Sling
>          Issue Type: Bug
>          Components: ResourceResolver
>    Affects Versions: Resource Resolver 1.0.6
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> The ResourceDecorator javadocs specify that decorate(Resource r) returning null is the same as returning r, but this is not the case. Returning null causes a null Resource to be returned in several places, instead of the original resource.
> Following up on the SLING-3267 discussions, I'll update the bundles/resourceresolver to expose the problems, and tag them with TODO:SLING-3269



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)