ResourceUtil.isSyntheticResource should take ResourceWrapper into account
-------------------------------------------------------------------------
Key: SLING-1492
URL: https://issues.apache.org/jira/browse/SLING-1492
Project: Sling
Issue Type: Bug
Components: API
Affects Versions: API 2.0.8
Reporter: Bertrand Delacretaz
Assignee: Bertrand Delacretaz
Priority: Minor
ResourceUtil.isSyntheticResource() should check if the resource is actually a
ResourceWrapper, and if yes check if the wrapped resource is a synthetic one.
As is now, synthetic resources wrapped by the PathBasedResourceDecorator, for
example, are incorrectly identifed as non-synthetic.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.