I started and checked AEM in debug mode, text is in Chinese language, however log is printing invalid characters.
When I copy paste the text on editor it is in Chinese only. Not sure why AEM node and resource API is not returning actual text.
Could you share any code/API which ensure same text is g...
Hi All,
I have Chinese content in node property.
When I am reading this content using node.getProperty("text").getString()
or
ValueMap.get("text").toString()
Both these methods are returning non readable characters sequence like ??????
Could anyone help how to read Chine text in AEM. Howeve...
Hi Folks,
I am using AzureAD/AEM SAML for SSO user authentication.
It is working as expected. We have coveo agent/connector which need to access sitemap page for that we need to skip SSO authentication.
Coveo agent trying to access sitemap page form dispatcher url. For this SSO authentication n...
It is registered in osgi config error handler.
/mysite
Hoever it is not working.
It is working when I register as
/mysite/
and servlet path as /mysite/myservlet then it is working.
My requirement is to make the sling servlet working at path /mysite only.
localhost:4502/mysite?param1=val1
Code i...
Hi Folks,
I need to write a sling servlet either part type or resource type anything is acceptable
1. Extension less
2. Selector less
Something like below
localhost:4502/mysite?param1=val1¶m2=val2
Path type servlet always need 2 level of hierarchy i.e. /bin/ or /mysite/, Can it have path ...
Hi Folks, I have written a servlet which is working fine in AEM cloud author instance, returning the string response. When I call the same servlet in publisher+dispatcher instance, response is empty, though the response code is 200. Attached for your reference. Any help is highly appreciated. Than...
After following all steps. I am seeing below exception in cloud publish aemerror logLogService.org.apache.felix.http.jetty Exception while processing request to /saml_login (org.apache.felix.log.LogException: java.lang.SecurityException: com.adobe.granite.crypto.CryptoException: Cannot convert byte ...