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 2023/05/02 07:33:00 UTC

[jira] [Commented] (SLING-11854) ResourceResolver#getResource("") & ResourceResolver(".") should return null

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

Carsten Ziegeler commented on SLING-11854:
------------------------------------------

Why is this unexpected? [https://github.com/apache/sling-org-apache-sling-api/blob/master/src/main/java/org/apache/sling/api/resource/ResourceResolver.java#L354] explains how relative paths are handled

> ResourceResolver#getResource("") & ResourceResolver(".") should return null
> ---------------------------------------------------------------------------
>
>                 Key: SLING-11854
>                 URL: https://issues.apache.org/jira/browse/SLING-11854
>             Project: Sling
>          Issue Type: Improvement
>          Components: ResourceResolver
>    Affects Versions: Resource Resolver 1.10.0
>            Reporter: Henry Kuijpers
>            Priority: Critical
>
> We noticed that ResourceResolver#getResource is returning unexpected values for "" (empty string) and ".") (dot).
> We would expect null to be returned, however, instead we get an object whose toString is:
> SyntheticResource, type=sling:syntheticResourceProviderResource, path=/apps
> The sling.resolutionPath (in resource metadata) is set to /apps, which is also unexpected. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)