Hi Folks,I am building a servlet that needs to call another AEM instance with JWT.I am not allowed to integrate jjwt as a 3rd party lib.I found that Jwt is exist in acs-aem-commons-bundle-5.0.6.jar:I can import the Jwts through:import acscommons.io.jsonwebtoken.Jwts;import acscommons.io.jsonwebtoken...
I've added the following to my pom.xml, however it's not getting deployed to my local instance of AEM author. <!-- iTextPDF --> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> <version>5.5.13.3</v...
We have a multifield content fragment and we are using Assets HTTP API in order to update this content fragment. We want to specifically update just the 2nd String from the list of multifield values but the PUT call request is expecting the entire request body. Is there a way to just target the sec...
Is there a way to add a data attribute in _cq_htmlTag.xml? <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Component" cq:tagName="header" class="c-public-header" />
Hi All,We have migrated content from one platform to another.the number of fields migrated to multifield dialog is around 3287~ where as if we open the component we can able to see the dialog till 2992~ and after that the remaining fields or content are not visible. Does anyone faced the same issue ...
If I have a page path of /content/country/us/oregon/portland/homepage, how does AEM look up this path? I know AEM JCR database is No SQL, so there won't be any primary key or foreign key involved.
Hey guys,I am working on AEMaaCS, trying to use acscommons.io.jsonwebtoken in a util located in core project.In my uitl, I:import acscommons.io.jsonwebtoken.Jwts;import acscommons.io.jsonwebtoken.SignatureAlgorithm;I am following the guide:https://adobe-consulting-services.github.io/acs-aem-commons/...
Hi,my AEM bundle is not starting on local due to "org.apache.sling.servlets.annotations -- Cannot be resolved".I can't find any bundle exporting "org.apache.sling.servlets.annotations". The package is needed for using SlingServletFilter.I wonder what I might miss because it was already running like ...