Expand my Community achievements bar.

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

  • 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

    1.6K

    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

    469

    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

    325

    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

    4.2K

    Likes

    0

    Replies

    4
  • 12/27/21
    Hi all,Does anyone know how to transfer service user mapper amendement (Apache Sling Service User Mapper Service Amendment) from local to dev,stage and prod?I am working on AEM as a cloud service and following the article below to add custom code into AEM cloud.https://medium.com/tech-learnings/adob...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 12/27/21
    I have created one page property i.e uspIn sightly usp data is comming by ${inheritedPageProperties.usp} but I want to write the modal class to do the same with same functionality. How should I do that?

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 12/27/21
    I have a servlet that provides page content in needed JSON format. This JSON will be used by a third party and I need to provide a security level check to this. How can I provide a token authentication in servlet or in ant service/wrapper before servlet to provide a layer of security. This cannot be...

    Views

    609

    Likes

    0

    Replies

    3
  • 12/27/21
    com.adobe.cq.wcm.core.components.models.Image

    Views

    489

    Likes

    0

    Replies

    1
  • 12/27/21
    at org.apache.jackrabbit.oak.spi.commit.EditorDiff.childNodeChanged(EditorDiff.java:147) [org.apache.jackrabbit.oak-store-spi:1.39.0.R1886624] at org.apache.jackrabbit.oak.segment.MapRecord.compare(MapRecord.java:444) [org.apache.jackrabbit.oak-segment-tar:1.39.0.R1886624] at org.apache.jackrabbit...

    Views

    279

    Likes

    0

    Replies

    1
  • 12/27/21
    I am able to render the OOTB Tabs Component in AEM React SPA with following code in ui.frontend file.import {MapTo} from '@adobe/aem-react-editable-components';import {TabsV1, TabsV1IsEmptyFn} from '@adobe/aem-core-components-react-spa';MapTo('<project>/components/tabs')(TabsV1, {isEmpty: TabsV1IsEm...

    Views

    1.1K

    Likes

    0

    Replies

    2