[
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)