AEM - Versioned clientlibs configuration conflict
I'm having a problem with two htmlwriter configurations: one for the versioned clientlibs and the other for link rewriting (removing /content/mysite from links). Only the configuration with the higher order is working, excluding the other one.
I've tried also combining them but it doesn't work for me, since the versioned clientlibs stopped working.
Is there a way to make two htmlwriter configurations work together ?
My merged configuration:
<?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="5000"
paths="/content/mysite"
serializerType="htmlwriter"
transformerTypes="[linktype,linkchecker,versioned-clientlibs]">
<generator-htmlparser
jcr:primaryType="nt:unstructured"
includeTags="[A,OPTION]"/>
</jcr:root>

