Hi I hope somebody can shed light on an issue i am having in CQ 5.6.1.
I have an issue referencing images in the DAM from client libraries stored in components. The URL path is incorrectly altered when the client library is generated.
The URLS are of the format.
url("/content/dam/company/emea/sprites/homepage-banner-sprite.png")
but it is changed to url("../../../content/dam/company/emea/sprites/homepage-banner-sprite.png")
In version 5.4 is did not alter URLS that where relative but started from the root.
I can think of a number of work arounds, but is there a proper way to address this issue?
Thanks.
D