Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/12/22
    Is there any configuration related to disk space that can be done in the Dispatcher?

    Views

    424

    Likes

    0

    Replies

    1
  • 7/12/22
    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 ...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 7/12/22
    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 && (...

    Views

    605

    Likes

    0

    Replies

    1
  • 7/12/22
    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.

    Views

    2.0K

    Likes

    0

    Replies

    6
  • 7/12/22
    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...

    Views

    1.4K

    Like

    1

    Replies

    4
  • 7/11/22
    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?

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 7/11/22
    Hi All, I see some issues with loading the policy in Editable template. Any suggestions plz? 

    Views

    393

    Likes

    0

    Replies

    1
  • 7/11/22
    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...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 7/11/22
    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...

    Views

    3.5K

    Like

    1

    Replies

    5
  • 7/11/22
    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...

    Views

    1.2K

    Likes

    0

    Replies

    3