Versioned Client Lib not working | Community
Skip to main content
Level 3
October 19, 2023
Solved

Versioned Client Lib not working

  • October 19, 2023
  • 3 replies
  • 619 views

Hi Team,

 

Trying to implement Versioned Client libs but its not working. Its not adding md5.

 

AEM Version: 6.5.13

ACS version: 5.1.2

 

 

 

Regards,

KTNR

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sudheer_Sundalam

@arvindpandey ,

Try renaming the node from "default" to "versioned-clientlibs" and give it a shot.

/apps/myapp/config/rewriter/versioned-clientlibs.xml

3 replies

Sudheer_Sundalam
Community Advisor
Sudheer_SundalamCommunity AdvisorAccepted solution
Community Advisor
October 20, 2023

@arvindpandey ,

Try renaming the node from "default" to "versioned-clientlibs" and give it a shot.

/apps/myapp/config/rewriter/versioned-clientlibs.xml
Shashi_Mulugu
Community Advisor
Community Advisor
October 20, 2023

@arvindpandey also cross check include tags, ignore paths attribute if not applicable 

 

<?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"
    paths="[/content/project-name]"
    generatorType="htmlparser"
    order="1"
    serializerType="htmlwriter"
    transformerTypes="[linkchecker,versioned-clientlibs,project-name-url-rewriter]">
    <generator-htmlparser
        jcr:primaryType="nt:unstructured"
        includeTags="[A,IMG,SCRIPT,LINK]"/>
</jcr:root>

 

kautuk_sahni
Community Manager
Community Manager
October 26, 2023

@arvindpandey Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni