Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Won't Fix
-
Resource Resolver 1.10.0
-
None
-
None
Description
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.