Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/29/21
    Dispatcher is creating html cached files as directories.- Directory file being incorrectly created is inside basket folder, eg: content/basket/checkout.html- When customer tries to access those files he receives a http 3XX or 4XX error.For instance running the following linux cmd inside dispatcher c...

    Views

    799

    Likes

    0

    Replies

    2
  • 12/29/21
    I have Json data object coming in servlet along with path("/content/dam/temp"). I need to store the json data by creating a json file in path("/content/dam/temp"). How can we achieve that? And If this path is not present we need to create this path with temp as nt:folder

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 12/29/21
    I came to know that any AEM instance provides a web service with /systemalive path which responds with a JSON object like this:{ "systemStatus": "GREEN", "checks": [ { "check": "Framework Start Ready Check", "status": "GREEN", "details": "Framework started. Start level: 30; Target start lev...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 12/28/21
    Hello All, Is there a way to update a datetime field with new values?If existing value includes a valueformat yyyy-MM-dd'T'HH:mm:ss as persisted in aem and displayed as and I want to just set the value within aem to be 2015-07-26. That is plain yyyy-mm-dd. I do not want to create a new field but use...

    Views

    3.8K

    Likes

    0

    Replies

    4
  • 12/28/21
    My Dispatcher is failing with the error Function not implemented: AH00023: Couldn't create the proxy mutex  Looking around, this may be something that can be fixed in the apache2.confIs this something I can edit? Full trace below dispatcher-sdk-2.0.81 % ./bin/docker_run.sh src host.docker.internal:4...

    Views

    3.7K

    Like

    1

    Replies

    10
  • 12/28/21
    All, Is there a way to hide the time portion of the date time popover conditionally? Please let me know if someone has accomplished this 

    Views

    748

    Likes

    0

    Replies

    3
  • 12/28/21
    I have a use case, where i need to restrict non admin user(Content-Author) to delete/modify/move for certain site path using Repo Init script json. 

    Views

    2.1K

    Likes

    0

    Replies

    4
  • 12/28/21
    I have a servlet that provides JSON of any page that is opened with a given selector. This JSON will be accessed by third party and i wanted to limit the access. I wanted to use OAuth or something similar (but no ACL). If OAuth is a good idea, how can that be done? The user should have access to the...

    Views

    636

    Likes

    0

    Replies

    2
  • 12/28/21
    I am using the latest SDK version of AEM as a cloud service, While adding comments in the workflow, the icon  of user is showing as HTML code instead of actual PNG.the permissions of the logged in user is set as administrators.

    Views

    479

    Likes

    0

    Replies

    1
  • 12/28/21
    I am trying to open the PDFs in browser instead of downloading the PDF.So far I have configured the ContentDispositionFilter with the below properties and it works perfectly fine.{ "sling.content.disposition.paths": "/content/*:application/pdf", "sling.content.disposition.all.paths": "false"}Whe...

    Views

    7.6K

    Like

    1

    Replies

    5