Closed wildone closed 1 year ago
Current bug in asset publish module https://github.com/websight-io/starter/issues/163
Description When publishing assets the path to asset original image has a colon in it jcr:content/renditions/original.jpg. This is invalid on Windows.
jcr:content/renditions/original.jpg
As far as sling is concerned jcr:content and _jcr_content are interchangeable.
jcr:content
_jcr_content
Steps to reproduce
Expected behavior When publishing an asset published path should have jcr:content replaced with _jcr_content.
WebSight CMS version 1.12.0
Desktop (please complete the following information):
done.
Current bug in asset publish module https://github.com/websight-io/starter/issues/163
Description When publishing assets the path to asset original image has a colon in it
jcr:content/renditions/original.jpg
. This is invalid on Windows.As far as sling is concerned
jcr:content
and_jcr_content
are interchangeable.Steps to reproduce
Expected behavior When publishing an asset published path should have
jcr:content
replaced with_jcr_content
.WebSight CMS version 1.12.0
Desktop (please complete the following information):