[6.5.x] AEM Version, including Service Packs, Cumulative Fix Packs, etc: ___
[ 4.7] ACS AEM Commons Version: _____
[ yes] Reproducible on Latest? yes/no
Expected Behavior
The AEM Page Exporter [1] is generating self contained zip files of AEM pages. The service is also getting used for the generation of translation preview packages. MD5 hashes should not be added to clientlibs, when a page is getting exported because cq-wcm-content-sync is not supporting this. Clientlibs are not accessible in exported pages.
Actual Behavior
MD5 hashes are added to ClientLibs. Self contained ZIPs are broken.
Versioned ClientLibs are not supported by cq-wcm-content-sync. VersionableClientlibsTransformer should not tranform whenever contentsync.PathRewriterOptions attributes are present.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
The AEM Page Exporter [1] is generating self contained zip files of AEM pages. The service is also getting used for the generation of translation preview packages. MD5 hashes should not be added to clientlibs, when a page is getting exported because cq-wcm-content-sync is not supporting this. Clientlibs are not accessible in exported pages.
Actual Behavior
MD5 hashes are added to ClientLibs. Self contained ZIPs are broken.
Steps to Reproduce
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="nt:unstructured" contentTypes="[text/html]" enabled="{Boolean}true" generatorType="htmlparser" order="1" serializerType="htmlwriter" transformerTypes="[linkchecker,contentsync,versioned-clientlibs]"/>
Solution
Versioned ClientLibs are not supported by cq-wcm-content-sync. VersionableClientlibsTransformer should not tranform whenever contentsync.PathRewriterOptions attributes are present.
Links
https://docs.adobe.com/content/help/en/experience-manager-65/administering/contentmanagement/page-exporter.html