@Kishore_Kumar_ meanwhile i tried with dispatcher workaround.. and the result is like the follow: The xml is cutted in proximity of the special char "€". Sling issue in open since 2019 :|..
Not yet. Before to ask at client the dispatcher change, i would better understand possible other solution. As per now, in localhost (with author only), i'm receiving the issue above.
" Is it causing any issue due to this charset ? " yeah i think, in particular, in the JCR i have saved the char €, and in the XML a receive the char ?.I think that the issue is related to the response content type. Any other suggest?
yes.. my issue is related to the response content-type charset wrong. also adding the "marshaller.setProperty(Marshaller.JAXB_ENCODING, "UTF-8");"i receiving the same result on response content-type.. reading this article "https://howtodoinjava.com/jaxb/marshaller-example/",seems that utf-8 is the d...
Hi community, i developed a custom XML exporter:"/** * XML export used to generate XML render on servlets. */@Component(service = ModelExporter.class)public class CustomXmlExporter implements ModelExporter { private static final Logger LOG = LoggerFactory.getLogger(CustomXmlExporter.class); @O...
Hi community, in aem 6.5, how can i customize bold <b> tag into <strong>?i have tried with:<htmlRules jcr:primaryType="nt:unstructured"> <docType jcr:primaryType="nt:unstructured"> <typeConfig jcr:primaryType="nt:unstructured"> <semanticMarkupMap jcr:primaryType="nt:unstructured...
just a bit more: we have tried to manage the channel rendition using "variation as live copy" introducing a page property "channel simulator" to achieve the goal, but we got that the Inheritance functionalities on page properties are not supported in XF live copy: https://experienceleaguecommunities...