Hello,I'm stuck at following situation:I have a page and I want add some events to it. The content structure is /content /site /mypage /jcr:content The node 'mypage' has the primary type 'cq:Page' and node 'jcr:content' the type 'cq:PageContent'.To add events I created a service: import ...
I have this@Self@Via(type = ResourceSuperType.class)private List list; @Overridepublic Collection<ListItem> getListItems() { return null != list ? list.getListItems() : null;}Is that even good? And in react im trying to render it like this but nothing is happening, blank page{props.listItems && (...
Not able to save the session with the system resource resolver. But able to save with request.getResourceResolver on cloud. System resource resolver value is not null when i debugged my code. Can someone please help me resolving this on cloud.
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...
Suppose say I have a page /content/example/xyz.html and I have configured a vanity URL i.e, /abc. My question is when a user hits /abc, will this be served from dispatcher cache or will it be served from publisher every time?
Hello, when someone calls the url https://myaemsite.com/us/en/...html the response is a 400 errorMalformed request syntaxCannot serve request to /content/myaemsite/es/...html on this server I've tried adding into the dispatcher one rule as follow:/0028 { /type "deny" /url "[\.\.]" } Just for testing...
Hi All, We have a use-case where we are exposing AEM DAM to an internal 3rd party app. We want to track if assets in AEM are being used/referenced in the 3rd party application. Is there any way we can programmatically update Asset references in AEM? I have already looked into Asset Manager API and c...
Hi, I'm in the process of migrating to AEM Cloud Service and I needed to enable the dispatcher's ProxyPassReverse to make an api call. However, upon receiving the response, all the headers of the api response are present. Except SET-COOKIE. I looked in the dispatcher files and they don't have anythi...